#D8CE69

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

Shades of Goldenrod #D8CE69

Tints of Goldenrod #D8CE69

Color information

#D8CE69 (or 0xD8CE69) is unknown color: approx Goldenrod. HEX triplet: D8, CE and 69. RGB value is (216,206,105). Sum of RGB (Red+Green+Blue) = 216+206+105=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CE69 is #273196. Grayscale: #C5C5C5. Windows color (decimal): -2568599 or 6934232. OLE color: 6934232.

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

Color convert

RGB216206105-
CMYK00.050.510.15
HSL54.59º58.73%62.94%-
HSV(B)54.59º51.39%84.71%-
XYZ52.9459.7622.11-
YUV197.4875.81141.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 206 (80.86% from 255) = 39.09%
BLUE value IS 105 (41.41% from 255) = 19.92%
R=40.99%
G=39.09%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620610500.050.510.1554.5958.7362.94
HexD8CE690533F373b3f
Octal330316151056317677377
Binary1101100011001110110100101011100111111110111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CE69; }

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

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

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

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

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

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

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

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