#D1BE96

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

Shades of Double Spanish White #D1BE96

Tints of Double Spanish White #D1BE96

Color information

#D1BE96 (or 0xD1BE96) is unknown color: approx Double Spanish White. HEX triplet: D1, BE and 96. RGB value is (209,190,150). Sum of RGB (Red+Green+Blue) = 209+190+150=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BE96 is #2E4169. Grayscale: #BFBFBF. Windows color (decimal): -3031402 or 9879249. OLE color: 9879249.

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

Color convert

RGB209190150-
CMYK00.090.280.18
HSL40.68º39.07%70.39%-
HSV(B)40.68º28.23%81.96%-
XYZ50.2152.5836.36-
YUV191.12104.79140.75-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.07%
GREEN value IS 190 (74.61% from 255) = 34.61%
BLUE value IS 150 (58.98% from 255) = 27.32%
R=38.07%
G=34.61%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919015000.090.280.1840.6839.0770.39
HexD1BE96091C12292746
Octal32127622601134225147106
Binary1101000110111110100101100100111100100101010011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BE96; }

 p { color: rgb(209,190,150); }

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

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

 a { background-color: rgb(209,190,150); }

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

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

 span { border-color: rgb(209,190,150); }

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