#DBCCB4

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

Shades of Spanish White #DBCCB4

Tints of Spanish White #DBCCB4

Color information

#DBCCB4 (or 0xDBCCB4) is unknown color: approx Spanish White. HEX triplet: DB, CC and B4. RGB value is (219,204,180). Sum of RGB (Red+Green+Blue) = 219+204+180=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCB4 is #24334B. Grayscale: #CDCDCD. Windows color (decimal): -2372428 or 11848923. OLE color: 11848923.

HSL color Cylindrical-coordinate representation of color #DBCCB4: hue angle of 36.92º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBCCB4 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB219204180-
CMYK00.070.180.14
HSL36.92º35.14%78.24%-
HSV(B)36.92º17.81%85.88%-
XYZ59.0461.5451.95-
YUV205.75113.47137.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=36.32%
G=33.83%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920418000.070.180.1436.9235.1478.24
HexDBCCB40712E25234e
Octal3333142640722164543116
Binary11011011110011001011010001111001011101001011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCB4; }

 p { color: rgb(219,204,180); }

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

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

 a { background-color: rgb(219,204,180); }

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

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

 span { border-color: rgb(219,204,180); }

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