#D2BE9C

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

Shades of Double Spanish White #D2BE9C

Tints of Double Spanish White #D2BE9C

Color information

#D2BE9C (or 0xD2BE9C) is unknown color: approx Double Spanish White. HEX triplet: D2, BE and 9C. RGB value is (210,190,156). Sum of RGB (Red+Green+Blue) = 210+190+156=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BE9C is #2D4163. Grayscale: #C0C0C0. Windows color (decimal): -2965860 or 10272466. OLE color: 10272466.

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

Color convert

RGB210190156-
CMYK00.100.260.18
HSL37.78º37.5%71.76%-
HSV(B)37.78º25.71%82.35%-
XYZ50.9952.9338.98-
YUV192.1107.63140.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.77%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 156 (61.33% from 255) = 28.06%
R=37.77%
G=34.17%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019015600.100.260.1837.7837.571.76
HexD2BE9C0A1A12262648
Octal32227623401232224646110
Binary1101001010111110100111000101011010100101001101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BE9C; }

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

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

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

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

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

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

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

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