#DBD0B9

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

Shades of Spanish White #DBD0B9

Tints of Spanish White #DBD0B9

Color information

#DBD0B9 (or 0xDBD0B9) is unknown color: approx Spanish White. HEX triplet: DB, D0 and B9. RGB value is (219,208,185). Sum of RGB (Red+Green+Blue) = 219+208+185=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0B9 is #242F46. Grayscale: #D0D0D0. Windows color (decimal): -2371399 or 12177627. OLE color: 12177627.

HSL color Cylindrical-coordinate representation of color #DBD0B9: hue angle of 40.59º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBD0B9 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219208185-
CMYK00.050.160.14
HSL40.59º32.08%79.22%-
HSV(B)40.59º15.53%85.88%-
XYZ60.5363.6755-
YUV208.67114.64135.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 208 (81.64% from 255) = 33.99%
BLUE value IS 185 (72.66% from 255) = 30.23%
R=35.78%
G=33.99%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920818500.050.160.1440.5932.0879.22
HexDBD0B90510E29204f
Octal3333202710520165140117
Binary11011011110100001011100101011000011101010011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD0B9; }

 p { color: rgb(219,208,185); }

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

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

 a { background-color: rgb(219,208,185); }

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

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

 span { border-color: rgb(219,208,185); }

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