#DAD77E

Color #DAD77E Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #DAD77E

Tints of Goldenrod #DAD77E

Color information

#DAD77E (or 0xDAD77E) is unknown color: approx Goldenrod. HEX triplet: DA, D7 and 7E. RGB value is (218,215,126). Sum of RGB (Red+Green+Blue) = 218+215+126=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 126 (49.61% from 255 or 22.54% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD77E is #252881. Grayscale: #CECECE. Windows color (decimal): -2435202 or 8312794. OLE color: 8312794.

HSL color Cylindrical-coordinate representation of color #DAD77E: hue angle of 58.04º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAD77E is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB218215126-
CMYK00.010.420.15
HSL58.04º55.42%67.45%-
HSV(B)58.04º42.2%85.49%-
XYZ56.9865.0129.28-
YUV205.7582.99136.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 215 (84.38% from 255) = 38.46%
BLUE value IS 126 (49.61% from 255) = 22.54%
R=39.00%
G=38.46%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821512600.010.420.1558.0455.4267.45
HexDAD77E012AF3a3743
Octal3323271760152177267103
Binary110110101101011111111100110101011111110101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD77E; }

 p { color: rgb(218,215,126); }

 H1.HeaderClassName
 {
   color: #DAD77E;
 }
 .AnyTagClassName
 {
   color: #DAD77E;
 }
</style>
background-color css

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

 a { background-color: rgb(218,215,126); }

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

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

 span { border-color: rgb(218,215,126); }

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