#D0CB7D

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

Shades of Deco #D0CB7D

Tints of Deco #D0CB7D

Color information

#D0CB7D (or 0xD0CB7D) is unknown color: approx Deco. HEX triplet: D0, CB and 7D. RGB value is (208,203,125). Sum of RGB (Red+Green+Blue) = 208+203+125=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB7D is #2F3482. Grayscale: #C3C3C3. Windows color (decimal): -3093635 or 8244176. OLE color: 8244176.

HSL color Cylindrical-coordinate representation of color #D0CB7D: hue angle of 56.39º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0CB7D is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB208203125-
CMYK00.020.400.18
HSL56.39º46.89%65.29%-
HSV(B)56.39º39.9%81.57%-
XYZ51.0757.627.83-
YUV195.688.16136.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 203 (79.69% from 255) = 37.87%
BLUE value IS 125 (49.22% from 255) = 23.32%
R=38.81%
G=37.87%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820312500.020.400.1856.3946.8965.29
HexD0CB7D022812382f41
Octal3203131750250227057101
Binary11010000110010111111101010101000100101110001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CB7D; }

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

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

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

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

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

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

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

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