#DDCCAF

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

Shades of Spanish White #DDCCAF

Tints of Spanish White #DDCCAF

Color information

#DDCCAF (or 0xDDCCAF) is unknown color: approx Spanish White. HEX triplet: DD, CC and AF. RGB value is (221,204,175). Sum of RGB (Red+Green+Blue) = 221+204+175=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCCAF is #223350. Grayscale: #CDCDCD. Windows color (decimal): -2241361 or 11521245. OLE color: 11521245.

HSL color Cylindrical-coordinate representation of color #DDCCAF: hue angle of 37.83º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDCCAF is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221204175-
CMYK00.080.210.13
HSL37.83º40.35%77.65%-
HSV(B)37.83º20.81%86.67%-
XYZ59.1561.6549.34-
YUV205.78110.63138.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 175 (68.75% from 255) = 29.17%
R=36.83%
G=34%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120417500.080.210.1337.8340.3577.65
HexDDCCAF0815D26284e
Octal33531425701025154650116
Binary110111011100110010101111010001010111011001101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCAF; }

 p { color: rgb(221,204,175); }

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

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

 a { background-color: rgb(221,204,175); }

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

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

 span { border-color: rgb(221,204,175); }

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