#D8DA7F

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

Shades of Goldenrod #D8DA7F

Tints of Goldenrod #D8DA7F

Color information

#D8DA7F (or 0xD8DA7F) is unknown color: approx Goldenrod. HEX triplet: D8, DA and 7F. RGB value is (216,218,127). Sum of RGB (Red+Green+Blue) = 216+218+127=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DA7F is #272580. Grayscale: #CFCFCF. Windows color (decimal): -2565505 or 8379096. OLE color: 8379096.

HSL color Cylindrical-coordinate representation of color #D8DA7F: hue angle of 61.32º 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 #D8DA7F is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB216218127-
CMYK0.0100.420.15
HSL61.32º55.15%67.65%-
HSV(B)61.32º41.74%85.49%-
XYZ57.2266.2729.85-
YUV207.0382.84134.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.50%
GREEN value IS 218 (85.55% from 255) = 38.86%
BLUE value IS 127 (50% from 255) = 22.64%
R=38.50%
G=38.86%
B=22.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162181270.0100.420.1561.3255.1567.65
HexD8DA7F102AF3d3744
Octal3303321771052177567104
Binary110110001101101011111111010101011111111011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DA7F; }

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

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

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

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

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

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

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

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