#DBD1BB

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

Shades of Spanish White #DBD1BB

Tints of Spanish White #DBD1BB

Color information

#DBD1BB (or 0xDBD1BB) is unknown color: approx Spanish White. HEX triplet: DB, D1 and BB. RGB value is (219,209,187). Sum of RGB (Red+Green+Blue) = 219+209+187=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1BB is #242E44. Grayscale: #D1D1D1. Windows color (decimal): -2371141 or 12308955. OLE color: 12308955.

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

Color convert

RGB219209187-
CMYK00.050.150.14
HSL41.25º30.77%79.61%-
HSV(B)41.25º14.61%85.88%-
XYZ60.9864.2556.2-
YUV209.48115.31134.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.61%
GREEN value IS 209 (82.03% from 255) = 33.98%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=35.61%
G=33.98%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920918700.050.150.1441.2530.7779.61
HexDBD1BB05FE291f50
Octal3333212730517165137120
Binary110110111101000110111011010111111110101001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1BB; }

 p { color: rgb(219,209,187); }

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

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

 a { background-color: rgb(219,209,187); }

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

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

 span { border-color: rgb(219,209,187); }

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