#D1C195

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

Shades of Double Spanish White #D1C195

Tints of Double Spanish White #D1C195

Color information

#D1C195 (or 0xD1C195) is unknown color: approx Double Spanish White. HEX triplet: D1, C1 and 95. RGB value is (209,193,149). Sum of RGB (Red+Green+Blue) = 209+193+149=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C195 is #2E3E6A. Grayscale: #C0C0C0. Windows color (decimal): -3030635 or 9814481. OLE color: 9814481.

HSL color Cylindrical-coordinate representation of color #D1C195: hue angle of 44º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1C195 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209193149-
CMYK00.080.290.18
HSL44º39.47%70.2%-
HSV(B)44º28.71%81.96%-
XYZ50.7953.8736.15-
YUV192.77103.3139.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.93%
GREEN value IS 193 (75.78% from 255) = 35.03%
BLUE value IS 149 (58.59% from 255) = 27.04%
R=37.93%
G=35.03%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919314900.080.290.184439.4770.2
HexD1C195081D122c2746
Octal32130122501035225447106
Binary1101000111000001100101010100011101100101011001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C195; }

 p { color: rgb(209,193,149); }

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

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

 a { background-color: rgb(209,193,149); }

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

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

 span { border-color: rgb(209,193,149); }

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