#DCCDB0

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

Shades of Spanish White #DCCDB0

Tints of Spanish White #DCCDB0

Color information

#DCCDB0 (or 0xDCCDB0) is unknown color: approx Spanish White. HEX triplet: DC, CD and B0. RGB value is (220,205,176). Sum of RGB (Red+Green+Blue) = 220+205+176=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCDB0 is #23324F. Grayscale: #CECECE. Windows color (decimal): -2306640 or 11587036. OLE color: 11587036.

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

Color convert

RGB220205176-
CMYK00.070.20.14
HSL39.55º38.6%77.65%-
HSV(B)39.55º20%86.27%-
XYZ59.1862.0149.92-
YUV206.18110.97137.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 205 (80.47% from 255) = 34.11%
BLUE value IS 176 (69.14% from 255) = 29.28%
R=36.61%
G=34.11%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020517600.070.20.1439.5538.677.65
HexDCCDB00714E28274e
Octal3343152600724165047116
Binary11011100110011011011000001111010011101010001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDB0; }

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

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

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

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

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

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

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

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