#D3CE6B

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

Shades of Goldenrod #D3CE6B

Tints of Goldenrod #D3CE6B

Color information

#D3CE6B (or 0xD3CE6B) is unknown color: approx Goldenrod. HEX triplet: D3, CE and 6B. RGB value is (211,206,107). Sum of RGB (Red+Green+Blue) = 211+206+107=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CE6B is #2C3194. Grayscale: #C4C4C4. Windows color (decimal): -2896277 or 7065299. OLE color: 7065299.

HSL color Cylindrical-coordinate representation of color #D3CE6B: hue angle of 57.12º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3CE6B is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB211206107-
CMYK00.020.490.17
HSL57.12º54.17%62.35%-
HSV(B)57.12º49.29%82.75%-
XYZ51.5959.0522.59-
YUV196.2177.66138.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.27%
GREEN value IS 206 (80.86% from 255) = 39.31%
BLUE value IS 107 (42.19% from 255) = 20.42%
R=40.27%
G=39.31%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120610700.020.490.1757.1254.1762.35
HexD3CE6B02311139363e
Octal323316153026121716676
Binary1101001111001110110101101011000110001111001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CE6B; }

 p { color: rgb(211,206,107); }

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

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

 a { background-color: rgb(211,206,107); }

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

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

 span { border-color: rgb(211,206,107); }

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