#D1BE9C

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

Shades of Double Spanish White #D1BE9C

Tints of Double Spanish White #D1BE9C

Color information

#D1BE9C (or 0xD1BE9C) is unknown color: approx Double Spanish White. HEX triplet: D1, BE and 9C. RGB value is (209,190,156). Sum of RGB (Red+Green+Blue) = 209+190+156=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BE9C is #2E4163. Grayscale: #BFBFBF. Windows color (decimal): -3031396 or 10272465. OLE color: 10272465.

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

Color convert

RGB209190156-
CMYK00.090.250.18
HSL38.49º36.55%71.57%-
HSV(B)38.49º25.36%81.96%-
XYZ50.7152.7838.97-
YUV191.8107.79140.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.66%
GREEN value IS 190 (74.61% from 255) = 34.23%
BLUE value IS 156 (61.33% from 255) = 28.11%
R=37.66%
G=34.23%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919015600.090.250.1838.4936.5571.57
HexD1BE9C091912262548
Octal32127623401131224645110
Binary1101000110111110100111000100111001100101001101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BE9C; }

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

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

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

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

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

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

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

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