#D4CE69

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

Shades of Goldenrod #D4CE69

Tints of Goldenrod #D4CE69

Color information

#D4CE69 (or 0xD4CE69) is unknown color: approx Goldenrod. HEX triplet: D4, CE and 69. RGB value is (212,206,105). Sum of RGB (Red+Green+Blue) = 212+206+105=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE69 is #2B3196. Grayscale: #C4C4C4. Windows color (decimal): -2830743 or 6934228. OLE color: 6934228.

HSL color Cylindrical-coordinate representation of color #D4CE69: hue angle of 56.64º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4CE69 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB212206105-
CMYK00.030.500.17
HSL56.64º55.44%62.16%-
HSV(B)56.64º50.47%83.14%-
XYZ51.7759.1622.05-
YUV196.2876.49139.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.54%
GREEN value IS 206 (80.86% from 255) = 39.39%
BLUE value IS 105 (41.41% from 255) = 20.08%
R=40.54%
G=39.39%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220610500.030.500.1756.6455.4462.16
HexD4CE6903321139373e
Octal324316151036221716776
Binary1101010011001110110100101111001010001111001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CE69; }

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

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

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

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

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

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

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

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