#D1C29C

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

Shades of Double Spanish White #D1C29C

Tints of Double Spanish White #D1C29C

Color information

#D1C29C (or 0xD1C29C) is unknown color: approx Double Spanish White. HEX triplet: D1, C2 and 9C. RGB value is (209,194,156). Sum of RGB (Red+Green+Blue) = 209+194+156=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C29C is #2E3D63. Grayscale: #C2C2C2. Windows color (decimal): -3030372 or 10273489. OLE color: 10273489.

HSL color Cylindrical-coordinate representation of color #D1C29C: hue angle of 43.02º 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 #D1C29C is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB209194156-
CMYK00.070.250.18
HSL43.02º36.55%71.57%-
HSV(B)43.02º25.36%81.96%-
XYZ51.5954.5439.26-
YUV194.15106.47138.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.39%
GREEN value IS 194 (76.17% from 255) = 34.70%
BLUE value IS 156 (61.33% from 255) = 27.91%
R=37.39%
G=34.70%
B=27.91%

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
Decimal20919415600.070.250.1843.0236.5571.57
HexD1C29C0719122b2548
Octal3213022340731225345110
Binary110100011100001010011100011111001100101010111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C29C; }

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

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

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

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

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

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

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

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