#D8D369

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

Shades of Goldenrod #D8D369

Tints of Goldenrod #D8D369

Color information

#D8D369 (or 0xD8D369) is unknown color: approx Goldenrod. HEX triplet: D8, D3 and 69. RGB value is (216,211,105). Sum of RGB (Red+Green+Blue) = 216+211+105=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D369 is #272C96. Grayscale: #C8C8C8. Windows color (decimal): -2567319 or 6935512. OLE color: 6935512.

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

Color convert

RGB216211105-
CMYK00.020.510.15
HSL57.3º58.73%62.94%-
HSV(B)57.3º51.39%84.71%-
XYZ54.1662.2122.52-
YUV200.4174.16139.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.60%
GREEN value IS 211 (82.81% from 255) = 39.66%
BLUE value IS 105 (41.41% from 255) = 19.74%
R=40.60%
G=39.66%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621110500.020.510.1557.358.7362.94
HexD8D3690233F393b3f
Octal330323151026317717377
Binary110110001101001111010010101100111111111001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D369; }

 p { color: rgb(216,211,105); }

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

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

 a { background-color: rgb(216,211,105); }

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

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

 span { border-color: rgb(216,211,105); }

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