#D3CB6D

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

Shades of Goldenrod #D3CB6D

Tints of Goldenrod #D3CB6D

Color information

#D3CB6D (or 0xD3CB6D) is unknown color: approx Goldenrod. HEX triplet: D3, CB and 6D. RGB value is (211,203,109). Sum of RGB (Red+Green+Blue) = 211+203+109=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CB6D is #2C3492. Grayscale: #C3C3C3. Windows color (decimal): -2897043 or 7195603. OLE color: 7195603.

HSL color Cylindrical-coordinate representation of color #D3CB6D: hue angle of 55.29º degrees, saturation: 0.54, 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 #D3CB6D is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB211203109-
CMYK00.040.480.17
HSL55.29º53.68%62.75%-
HSV(B)55.29º48.34%82.75%-
XYZ50.9857.6622.91-
YUV194.6879.65139.64-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.34%
GREEN value IS 203 (79.69% from 255) = 38.81%
BLUE value IS 109 (42.97% from 255) = 20.84%
R=40.34%
G=38.81%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120310900.040.480.1755.2953.6862.75
HexD3CB6D04301137363f
Octal323313155046021676677
Binary11010011110010111101101010011000010001110111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CB6D; }

 p { color: rgb(211,203,109); }

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

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

 a { background-color: rgb(211,203,109); }

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

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

 span { border-color: rgb(211,203,109); }

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