#DAD77F

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

Shades of Goldenrod #DAD77F

Tints of Goldenrod #DAD77F

Color information

#DAD77F (or 0xDAD77F) is unknown color: approx Goldenrod. HEX triplet: DA, D7 and 7F. RGB value is (218,215,127). Sum of RGB (Red+Green+Blue) = 218+215+127=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 127 (50% from 255 or 22.68% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD77F is #252880. Grayscale: #CECECE. Windows color (decimal): -2435201 or 8378330. OLE color: 8378330.

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

Color convert

RGB218215127-
CMYK00.010.420.15
HSL58.02º55.15%67.65%-
HSV(B)58.02º41.74%85.49%-
XYZ57.0465.0429.63-
YUV205.8683.49136.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 215 (84.38% from 255) = 38.39%
BLUE value IS 127 (50% from 255) = 22.68%
R=38.93%
G=38.39%
B=22.68%

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
Decimal21821512700.010.420.1558.0255.1567.65
HexDAD77F012AF3a3744
Octal3323271770152177267104
Binary110110101101011111111110110101011111110101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD77F; }

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

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

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

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

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

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

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

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