#DCCDB1

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

Shades of Spanish White #DCCDB1

Tints of Spanish White #DCCDB1

Color information

#DCCDB1 (or 0xDCCDB1) is unknown color: approx Spanish White. HEX triplet: DC, CD and B1. RGB value is (220,205,177). Sum of RGB (Red+Green+Blue) = 220+205+177=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCDB1 is #23324E. Grayscale: #CECECE. Windows color (decimal): -2306639 or 11652572. OLE color: 11652572.

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

Color convert

RGB220205177-
CMYK00.070.200.14
HSL39.07º38.05%77.84%-
HSV(B)39.07º19.55%86.27%-
XYZ59.2862.0550.45-
YUV206.29111.47137.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 177 (69.53% from 255) = 29.40%
R=36.54%
G=34.05%
B=29.40%

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
Decimal22020517700.070.200.1439.0738.0577.84
HexDCCDB10714E27264e
Octal3343152610724164746116
Binary11011100110011011011000101111010011101001111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDB1; }

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

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

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

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

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

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

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

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