#D1BE99

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

Shades of Double Spanish White #D1BE99

Tints of Double Spanish White #D1BE99

Color information

#D1BE99 (or 0xD1BE99) is unknown color: approx Double Spanish White. HEX triplet: D1, BE and 99. RGB value is (209,190,153). Sum of RGB (Red+Green+Blue) = 209+190+153=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BE99 is #2E4166. Grayscale: #BFBFBF. Windows color (decimal): -3031399 or 10075857. OLE color: 10075857.

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

Color convert

RGB209190153-
CMYK00.090.270.18
HSL39.64º37.84%70.98%-
HSV(B)39.64º26.79%81.96%-
XYZ50.4652.6837.65-
YUV191.46106.29140.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.86%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 153 (60.16% from 255) = 27.72%
R=37.86%
G=34.42%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919015300.090.270.1839.6437.8470.98
HexD1BE99091B12282647
Octal32127623101133225046107
Binary1101000110111110100110010100111011100101010001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BE99; }

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

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

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

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

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

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

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

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