#DCCBB1

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

Shades of Spanish White #DCCBB1

Tints of Spanish White #DCCBB1

Color information

#DCCBB1 (or 0xDCCBB1) is unknown color: approx Spanish White. HEX triplet: DC, CB and B1. RGB value is (220,203,177). Sum of RGB (Red+Green+Blue) = 220+203+177=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBB1 is #23344E. Grayscale: #CDCDCD. Windows color (decimal): -2307151 or 11652060. OLE color: 11652060.

HSL color Cylindrical-coordinate representation of color #DCCBB1: hue angle of 36.28º degrees, saturation: 0.38, 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 #DCCBB1 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220203177-
CMYK00.080.200.14
HSL36.28º38.05%77.84%-
HSV(B)36.28º19.55%86.27%-
XYZ58.8161.150.29-
YUV205.12112.13138.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 177 (69.53% from 255) = 29.5%
R=36.67%
G=33.83%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020317700.080.200.1436.2838.0577.84
HexDCCBB10814E24264e
Octal33431326101024164446116
Binary110111001100101110110001010001010011101001001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBB1; }

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

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

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

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

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

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

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

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