Html Css Color HEX #DAD366 Goldenrod

📋 copy color: '#DAD366'

red 218 ◦ green 211 ◦ blue 102

#DAD366
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #DAD366

Tints of Goldenrod #DAD366

RGB

 RED value IS 218 (85.55% from 255) = 41.05%

 GREEN value IS 211 (82.81% from 255) = 39.74%

 BLUE value IS 102 (40.23% from 255) = 19.21%

R = 41.05%
G = 39.74%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DAD366 (or 0xDAD366) is known color: Goldenrod. HEX triplet: DA, D3 and 66. RGB value is (218,211,102). Sum of RGB (Red+Green+Blue) = 218+211+102=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD366 is #252C99. Grayscale: #C9C9C9. Windows color (decimal): -2436250 or 6738906. OLE color: 6738906.

HSL color Cylindrical-coordinate representation of color #DAD366: hue angle of 56.38º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAD366 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 211 102 -
CMYK 0 0.03 0.53 0.15
HSL 56.38º 0.61% 0.63% -
HSV(B) 56.38º 0.53% 0.85% -
XYZ 54.61 62.45 21.75 -
YUV 200.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 218 211 102 0 0.03 0.53 0.15 56.38 0.61 0.63
Hex DA D3 66 0 3 35 F 38 3D 3F
Octal 332 323 146 0 3 65 17 70 75 77
Binary 11011010 11010011 1100110 0 11 110101 1111 111000 111101 111111

Color Harmonies of #DAD366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD366

Black with #DAD366

Text Example


Text Example

White with #DAD366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD366; }

 p { color: rgb(218,211,102); }

 H1.HeaderClassName
 {
   color: #DAD366;
 }
 .AnyTagClassName
 {
   color: #DAD366;
 }
</style>

background-color css

<style>
 a { background-color: #DAD366; }

 a { background-color: rgb(218,211,102); }

 div.DivClassName
 {
   background-color: #DAD366;
 }
 .BgClassName
 {
   background-color: #DAD366;
 }
</style>

border-color css

<style>
 span { border-color: #DAD366; }

 span { border-color: rgb(218,211,102); }

 td.TdClassName
 {
   border-color: #DAD366;
 }
 .TagClassName
 {
   border-color: #DAD366;
 }
</style>