#D0C39C

Color #D0C39C Double Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Spanish White #D0C39C

Tints of Double Spanish White #D0C39C

Color information

#D0C39C (or 0xD0C39C) is unknown color: approx Double Spanish White. HEX triplet: D0, C3 and 9C. RGB value is (208,195,156). Sum of RGB (Red+Green+Blue) = 208+195+156=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C39C is #2F3C63. Grayscale: #C2C2C2. Windows color (decimal): -3095652 or 10273744. OLE color: 10273744.

HSL color Cylindrical-coordinate representation of color #D0C39C: hue angle of 45º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0C39C is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB208195156-
CMYK00.060.250.18
HSL45º35.62%71.37%-
HSV(B)45º25%81.57%-
XYZ51.5354.8439.32-
YUV194.44106.31137.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 195 (76.56% from 255) = 34.88%
BLUE value IS 156 (61.33% from 255) = 27.91%
R=37.21%
G=34.88%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819515600.060.250.184535.6271.37
HexD0C39C0619122d2447
Octal3203032340631225544107
Binary110100001100001110011100011011001100101011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C39C; }

 p { color: rgb(208,195,156); }

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

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

 a { background-color: rgb(208,195,156); }

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

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

 span { border-color: rgb(208,195,156); }

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