#DCCBAF

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

Shades of Spanish White #DCCBAF

Tints of Spanish White #DCCBAF

Color information

#DCCBAF (or 0xDCCBAF) is unknown color: approx Spanish White. HEX triplet: DC, CB and AF. RGB value is (220,203,175). Sum of RGB (Red+Green+Blue) = 220+203+175=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCBAF is #233450. Grayscale: #CDCDCD. Windows color (decimal): -2307153 or 11520988. OLE color: 11520988.

HSL color Cylindrical-coordinate representation of color #DCCBAF: hue angle of 37.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCCBAF is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220203175-
CMYK00.080.200.14
HSL37.33º39.13%77.45%-
HSV(B)37.33º20.45%86.27%-
XYZ58.6161.0249.25-
YUV204.89111.13138.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 203 (79.69% from 255) = 33.95%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=36.79%
G=33.95%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020317500.080.200.1437.3339.1377.45
HexDCCBAF0814E25274d
Octal33431325701024164547115
Binary110111001100101110101111010001010011101001011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBAF; }

 p { color: rgb(220,203,175); }

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

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

 a { background-color: rgb(220,203,175); }

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

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

 span { border-color: rgb(220,203,175); }

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