#D3CD6E

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

Shades of Goldenrod #D3CD6E

Tints of Goldenrod #D3CD6E

Color information

#D3CD6E (or 0xD3CD6E) is unknown color: approx Goldenrod. HEX triplet: D3, CD and 6E. RGB value is (211,205,110). Sum of RGB (Red+Green+Blue) = 211+205+110=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CD6E is #2C3291. Grayscale: #C4C4C4. Windows color (decimal): -2896530 or 7261651. OLE color: 7261651.

HSL color Cylindrical-coordinate representation of color #D3CD6E: hue angle of 56.44º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3CD6E is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB211205110-
CMYK00.030.480.17
HSL56.44º53.44%62.94%-
HSV(B)56.44º47.87%82.75%-
XYZ51.5158.6423.36-
YUV195.9679.49138.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.11%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 110 (43.36% from 255) = 20.91%
R=40.11%
G=38.97%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120511000.030.480.1756.4453.4462.94
HexD3CD6E03301138353f
Octal323315156036021706577
Binary1101001111001101110111001111000010001111000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CD6E; }

 p { color: rgb(211,205,110); }

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

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

 a { background-color: rgb(211,205,110); }

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

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

 span { border-color: rgb(211,205,110); }

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