Html Css Color HEX #DAD476 Goldenrod

📋 copy color: '#DAD476'

red 218 ◦ green 212 ◦ blue 118

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

Shades of Goldenrod #DAD476

Tints of Goldenrod #DAD476

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.69%

 BLUE value IS 118 (46.48% from 255) = 21.53%

R = 39.78%
G = 38.69%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAD476 (or 0xDAD476) is known color: Goldenrod. HEX triplet: DA, D4 and 76. RGB value is (218,212,118). Sum of RGB (Red+Green+Blue) = 218+212+118=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD476 is #252B89. Grayscale: #CBCBCB. Windows color (decimal): -2435978 or 7787738. OLE color: 7787738.

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

Color convert

RGB 218 212 118 -
CMYK 0 0.03 0.46 0.15
HSL 56.4º 0.57% 0.66% -
HSV(B) 56.4º 0.46% 0.85% -
XYZ 55.73 63.3 26.42 -
YUV 203.08 79.99 138.64 -
System Red Green Blue C M Y K H S L
Decimal 218 212 118 0 0.03 0.46 0.15 56.4 0.57 0.66
Hex DA D4 76 0 3 2E F 38 39 42
Octal 332 324 166 0 3 56 17 70 71 102
Binary 11011010 11010100 1110110 0 11 101110 1111 111000 111001 1000010

Color Harmonies of #DAD476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD476

Black with #DAD476

Text Example


Text Example

White with #DAD476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD476; }

 p { color: rgb(218,212,118); }

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

background-color css

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

 a { background-color: rgb(218,212,118); }

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

border-color css

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

 span { border-color: rgb(218,212,118); }

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