#D8D46E

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

Shades of Goldenrod #D8D46E

Tints of Goldenrod #D8D46E

Color information

#D8D46E (or 0xD8D46E) is unknown color: approx Goldenrod. HEX triplet: D8, D4 and 6E. RGB value is (216,212,110). Sum of RGB (Red+Green+Blue) = 216+212+110=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D46E is #272B91. Grayscale: #C9C9C9. Windows color (decimal): -2567058 or 7263448. OLE color: 7263448.

HSL color Cylindrical-coordinate representation of color #D8D46E: hue angle of 57.74º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8D46E is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB216212110-
CMYK00.020.490.15
HSL57.74º57.61%63.92%-
HSV(B)57.74º49.07%84.71%-
XYZ54.6862.8123.99-
YUV201.5776.33138.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.15%
GREEN value IS 212 (83.20% from 255) = 39.41%
BLUE value IS 110 (43.36% from 255) = 20.45%
R=40.15%
G=39.41%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621211000.020.490.1557.7457.6163.92
HexD8D46E0231F3a3a40
Octal3303241560261177272100
Binary1101100011010100110111001011000111111110101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D46E; }

 p { color: rgb(216,212,110); }

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

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

 a { background-color: rgb(216,212,110); }

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

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

 span { border-color: rgb(216,212,110); }

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