#D1C49B

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

Shades of Double Spanish White #D1C49B

Tints of Double Spanish White #D1C49B

Color information

#D1C49B (or 0xD1C49B) is unknown color: approx Double Spanish White. HEX triplet: D1, C4 and 9B. RGB value is (209,196,155). Sum of RGB (Red+Green+Blue) = 209+196+155=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C49B is #2E3B64. Grayscale: #C3C3C3. Windows color (decimal): -3029861 or 10208465. OLE color: 10208465.

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

Color convert

RGB209196155-
CMYK00.060.260.18
HSL45.56º36.99%71.37%-
HSV(B)45.56º25.84%81.96%-
XYZ51.9555.438.97-
YUV195.21105.31137.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.32%
GREEN value IS 196 (76.95% from 255) = 35%
BLUE value IS 155 (60.94% from 255) = 27.68%
R=37.32%
G=35%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919615500.060.260.1845.5636.9971.37
HexD1C49B061A122e2547
Octal3213042330632225645107
Binary110100011100010010011011011011010100101011101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C49B; }

 p { color: rgb(209,196,155); }

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

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

 a { background-color: rgb(209,196,155); }

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

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

 span { border-color: rgb(209,196,155); }

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