#DBCCB1

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

Shades of Spanish White #DBCCB1

Tints of Spanish White #DBCCB1

Color information

#DBCCB1 (or 0xDBCCB1) is unknown color: approx Spanish White. HEX triplet: DB, CC and B1. RGB value is (219,204,177). Sum of RGB (Red+Green+Blue) = 219+204+177=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCB1 is #24334E. Grayscale: #CDCDCD. Windows color (decimal): -2372431 or 11652315. OLE color: 11652315.

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

Color convert

RGB219204177-
CMYK00.070.190.14
HSL38.57º36.84%77.65%-
HSV(B)38.57º19.18%85.88%-
XYZ58.7461.4250.35-
YUV205.41111.97137.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 177 (69.53% from 255) = 29.5%
R=36.5%
G=34%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920417700.070.190.1438.5736.8477.65
HexDBCCB10713E27254e
Octal3333142610723164745116
Binary11011011110011001011000101111001111101001111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCB1; }

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

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

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

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

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

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

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

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