#D1C39C

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

Shades of Double Spanish White #D1C39C

Tints of Double Spanish White #D1C39C

Color information

#D1C39C (or 0xD1C39C) is unknown color: approx Double Spanish White. HEX triplet: D1, C3 and 9C. RGB value is (209,195,156). Sum of RGB (Red+Green+Blue) = 209+195+156=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C39C is #2E3C63. Grayscale: #C2C2C2. Windows color (decimal): -3030116 or 10273745. OLE color: 10273745.

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

Color convert

RGB209195156-
CMYK00.070.250.18
HSL44.15º36.55%71.57%-
HSV(B)44.15º25.36%81.96%-
XYZ51.8154.9939.34-
YUV194.74106.14138.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.32%
GREEN value IS 195 (76.56% from 255) = 34.82%
BLUE value IS 156 (61.33% from 255) = 27.86%
R=37.32%
G=34.82%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919515600.070.250.1844.1536.5571.57
HexD1C39C0719122c2548
Octal3213032340731225445110
Binary110100011100001110011100011111001100101011001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C39C; }

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

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

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

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

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

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

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

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