#D0CB68

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

Shades of Goldenrod #D0CB68

Tints of Goldenrod #D0CB68

Color information

#D0CB68 (or 0xD0CB68) is unknown color: approx Goldenrod. HEX triplet: D0, CB and 68. RGB value is (208,203,104). Sum of RGB (Red+Green+Blue) = 208+203+104=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB68 is #2F3497. Grayscale: #C1C1C1. Windows color (decimal): -3093656 or 6867920. OLE color: 6867920.

HSL color Cylindrical-coordinate representation of color #D0CB68: hue angle of 57.12º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0CB68 is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB208203104-
CMYK00.020.50.18
HSL57.12º52.53%61.18%-
HSV(B)57.12º50%81.57%-
XYZ49.8757.1221.49-
YUV193.2177.66138.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.39%
GREEN value IS 203 (79.69% from 255) = 39.42%
BLUE value IS 104 (41.02% from 255) = 20.19%
R=40.39%
G=39.42%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820310400.020.50.1857.1252.5361.18
HexD0CB6802321239353d
Octal320313150026222716575
Binary1101000011001011110100001011001010010111001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CB68; }

 p { color: rgb(208,203,104); }

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

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

 a { background-color: rgb(208,203,104); }

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

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

 span { border-color: rgb(208,203,104); }

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