#D1BE98

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

Shades of Double Spanish White #D1BE98

Tints of Double Spanish White #D1BE98

Color information

#D1BE98 (or 0xD1BE98) is unknown color: approx Double Spanish White. HEX triplet: D1, BE and 98. RGB value is (209,190,152). Sum of RGB (Red+Green+Blue) = 209+190+152=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BE98 is #2E4167. Grayscale: #BFBFBF. Windows color (decimal): -3031400 or 10010321. OLE color: 10010321.

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

Color convert

RGB209190152-
CMYK00.090.270.18
HSL40º38.26%70.78%-
HSV(B)40º27.27%81.96%-
XYZ50.3852.6537.21-
YUV191.35105.79140.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.93%
GREEN value IS 190 (74.61% from 255) = 34.48%
BLUE value IS 152 (59.77% from 255) = 27.59%
R=37.93%
G=34.48%
B=27.59%

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
Decimal20919015200.090.270.184038.2670.78
HexD1BE98091B12282647
Octal32127623001133225046107
Binary1101000110111110100110000100111011100101010001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BE98; }

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

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

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

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

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

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

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

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