COLOR #DAA520

HEX: #DAA520
RGB: (218,165,32)

Renk bilgisi

Rengin adı Goldenrod. #DAA520 contains mainly red and green colors. #DAA520 ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#DAA520 color RGB value is (218,165,32).

  • kırmız ton 218;
  • yeşil ton 165;
  • mavi ton 32.
RGB:
(218,165,32)
(85%,65%,13%)

RGB bağlantıları ve doygunluk

R 218 of 255 = 85%
G 165 of 255 = 65%
B 32 of 255 = 13%

218
165
32

R + G + B ~ 54%. #DAA520 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
218 + 165 + 32 = 415 (100%)
R 218 of 415 ~ 52.53%
G 165 of 415 ~ 39.76%
B 32 of 415 ~ 7.71%

%52.53
%39.76

CMYK RENK MODELİ

#DAA520 rengi CMYK tonu (0,24,85,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.31%
  • sarı tonu 85.32%
  • ana renk tonu 14.51%
CMYK:
(0,24,85,15)
C0M24Y85K15 
(0%,24%,85%,15%)
(0.00/0.24/0.85/0.15)	

CMYK yüzdeleri

%0
%24.31
%85.32
%14.51

Codes

Color #DAA520 in popluar color models

DAA520
RGB21816532
HSL43°74.40%49.02%
HSB/HSV43°85.32%85.49%
CMYK0.00%24.31%85.32%
14.51%

Color #DAA520 in popluar number systems.

HEXDAA520
Decimal21816532
Binary1101101010100101100000
Octal33224540

Shades and tints

Shades of #DAA520

#DAA520
(218,165,32)
#C7961E
(199,150,30)
#B4871C
(180,135,28)
#A1781A
(161,120,26)
#8E6918
(142,105,24)
#7B5A16
(123,90,22)
#684B14
(104,75,20)
#553C12
(85,60,18)
#422D10
(66,45,16)
#2F1E0E
(47,30,14)
#1C0F0C
(28,15,12)
#000000
(0,0,0)

Tints of #DAA520

#DAA520
(218,165,32)
#DDAD34
(221,173,52)
#E0B548
(224,181,72)
#E3BD5C
(227,189,92)
#E6C570
(230,197,112)
#E9CD84
(233,205,132)
#ECD598
(236,213,152)
#EFDDAC
(239,221,172)
#F2E5C0
(242,229,192)
#F5EDD4
(245,237,212)
#F8F5E8
(248,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA520 color. Also use rgb(218,165,32) instead hex code.

Text Font Color

.myTextColor { color: #DAA520; }

<p style="color:#DAA520">This sample text font color is #DAA520.</p>

This text font color is #DAA520.


Background Color

.myBgColor { background-color: #DAA520; }

<div style="background-color:#DAA520">Inner text</div>

This div background color is #DAA520.


Border color

.myBorderColor { border: 1px solid #DAA520; }

<div style="border:3px solid #DAA520">Div</div>

This div border color is #DAA520.


Opacity

.myOpacity80 { color: #DAA520; opacity: 0.8; }

<p style="color:#DAA520;opacity:0.8;">80%</p>

Text with #DAA520 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DAA520;}

<p style="text-shadow: 3px 3px 1px #DAA520">Text here.</p>

This text has shadow with #DAA520 color.

.textShadow {text-shadow: 3px 3px 1px #DAA520, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DAA520, 5px 5px 20px red">Text here.</p>

This text has shadow with #DAA520 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DAA520, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DAA520, Direction=45, Strength=4)">Text</p>

This text has shadow with #DAA520 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DAA520;
  -webkit-box-shadow:	1px 1px 3px 2px #DAA520;
  box-shadow:		1px 1px 3px 2px #DAA520;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DAA520;
-webkit-box-shadow: 1px 1px 3px 2px #DAA520;
box-shadow:1px 1px 3px 2px #DAA520;">
Div content here</div>
This div box has shadow with color #DAA520.

Preview

Color preview on black background

This text has color #DAA520 on black background.


Color preview on white background

This text has color #DAA520 on white background.



Black color preview on #DAA520 background

This text has black color on #DAA520 background.


White color preview on #DAA520 background

This text has white color on #DAA520 background.