#DCCDB4

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

Shades of Spanish White #DCCDB4

Tints of Spanish White #DCCDB4

Color information

#DCCDB4 (or 0xDCCDB4) is unknown color: approx Spanish White. HEX triplet: DC, CD and B4. RGB value is (220,205,180). Sum of RGB (Red+Green+Blue) = 220+205+180=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDB4 is #23324B. Grayscale: #CECECE. Windows color (decimal): -2306636 or 11849180. OLE color: 11849180.

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

Color convert

RGB220205180-
CMYK00.070.180.14
HSL37.5º36.36%78.43%-
HSV(B)37.5º18.18%86.27%-
XYZ59.5862.1752.04-
YUV206.64112.97137.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 180 (70.70% from 255) = 29.75%
R=36.36%
G=33.88%
B=29.75%

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
Decimal22020518000.070.180.1437.536.3678.43
HexDCCDB40712E26244e
Octal3343152640722164644116
Binary11011100110011011011010001111001011101001101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDB4; }

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

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

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

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

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

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

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

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