#DCCCB1

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

Shades of Spanish White #DCCCB1

Tints of Spanish White #DCCCB1

Color information

#DCCCB1 (or 0xDCCCB1) is unknown color: approx Spanish White. HEX triplet: DC, CC and B1. RGB value is (220,204,177). Sum of RGB (Red+Green+Blue) = 220+204+177=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCCB1 is #23334E. Grayscale: #CDCDCD. Windows color (decimal): -2306895 or 11652316. OLE color: 11652316.

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

Color convert

RGB220204177-
CMYK00.070.200.14
HSL37.67º38.05%77.84%-
HSV(B)37.67º19.55%86.27%-
XYZ59.0461.5850.37-
YUV205.71111.8138.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 177 (69.53% from 255) = 29.45%
R=36.61%
G=33.94%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020417700.070.200.1437.6738.0577.84
HexDCCCB10714E26264e
Octal3343142610724164646116
Binary11011100110011001011000101111010011101001101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCB1; }

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

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

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

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

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

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

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

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