#DCCCB4

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

Shades of Spanish White #DCCCB4

Tints of Spanish White #DCCCB4

Color information

#DCCCB4 (or 0xDCCCB4) is unknown color: approx Spanish White. HEX triplet: DC, CC and B4. RGB value is (220,204,180). Sum of RGB (Red+Green+Blue) = 220+204+180=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCB4 is #23334B. Grayscale: #CECECE. Windows color (decimal): -2306892 or 11848924. OLE color: 11848924.

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

Color convert

RGB220204180-
CMYK00.070.180.14
HSL36º36.36%78.43%-
HSV(B)36º18.18%86.27%-
XYZ59.3561.751.96-
YUV206.05113.3137.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 180 (70.70% from 255) = 29.80%
R=36.42%
G=33.77%
B=29.80%

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
Decimal22020418000.070.180.143636.3678.43
HexDCCCB40712E24244e
Octal3343142640722164444116
Binary11011100110011001011010001111001011101001001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCB4; }

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

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

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

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

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

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

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

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