#DCCBB0

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

Shades of Spanish White #DCCBB0

Tints of Spanish White #DCCBB0

Color information

#DCCBB0 (or 0xDCCBB0) is unknown color: approx Spanish White. HEX triplet: DC, CB and B0. RGB value is (220,203,176). Sum of RGB (Red+Green+Blue) = 220+203+176=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBB0 is #23344F. Grayscale: #CDCDCD. Windows color (decimal): -2307152 or 11586524. OLE color: 11586524.

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

Color convert

RGB220203176-
CMYK00.080.20.14
HSL36.82º38.6%77.65%-
HSV(B)36.82º20%86.27%-
XYZ58.7161.0649.77-
YUV205111.63138.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 203 (79.69% from 255) = 33.89%
BLUE value IS 176 (69.14% from 255) = 29.38%
R=36.73%
G=33.89%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020317600.080.20.1436.8238.677.65
HexDCCBB00814E25274e
Octal33431326001024164547116
Binary110111001100101110110000010001010011101001011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBB0; }

 p { color: rgb(220,203,176); }

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

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

 a { background-color: rgb(220,203,176); }

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

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

 span { border-color: rgb(220,203,176); }

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