#DCCDB7

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

Shades of Spanish White #DCCDB7

Tints of Spanish White #DCCDB7

Color information

#DCCDB7 (or 0xDCCDB7) is unknown color: approx Spanish White. HEX triplet: DC, CD and B7. RGB value is (220,205,183). Sum of RGB (Red+Green+Blue) = 220+205+183=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 183 (71.88% from 255 or 30.10% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDB7 is #233248. Grayscale: #CFCFCF. Windows color (decimal): -2306633 or 12045788. OLE color: 12045788.

HSL color Cylindrical-coordinate representation of color #DCCDB7: hue angle of 35.68º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCCDB7 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB220205183-
CMYK00.070.170.14
HSL35.68º34.58%79.02%-
HSV(B)35.68º16.82%86.27%-
XYZ59.8962.353.67-
YUV206.98114.47137.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 183 (71.88% from 255) = 30.10%
R=36.18%
G=33.72%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020518300.070.170.1435.6834.5879.02
HexDCCDB70711E24234f
Octal3343152670721164443117
Binary11011100110011011011011101111000111101001001000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCDB7; }

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

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

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

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

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

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

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

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