#D0BF9E

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

Shades of Double Spanish White #D0BF9E

Tints of Double Spanish White #D0BF9E

Color information

#D0BF9E (or 0xD0BF9E) is unknown color: approx Double Spanish White. HEX triplet: D0, BF and 9E. RGB value is (208,191,158). Sum of RGB (Red+Green+Blue) = 208+191+158=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BF9E is #2F4061. Grayscale: #C0C0C0. Windows color (decimal): -3096674 or 10403792. OLE color: 10403792.

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

Color convert

RGB208191158-
CMYK00.080.240.18
HSL39.6º34.72%71.76%-
HSV(B)39.6º24.04%81.57%-
XYZ50.8153.1439.93-
YUV192.32108.63139.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.34%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 158 (62.11% from 255) = 28.37%
R=37.34%
G=34.29%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819115800.080.240.1839.634.7271.76
HexD0BF9E081812282348
Octal32027723601030225043110
Binary1101000010111111100111100100011000100101010001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BF9E; }

 p { color: rgb(208,191,158); }

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

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

 a { background-color: rgb(208,191,158); }

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

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

 span { border-color: rgb(208,191,158); }

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