#DDCDAF

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

Shades of Spanish White #DDCDAF

Tints of Spanish White #DDCDAF

Color information

#DDCDAF (or 0xDDCDAF) is unknown color: approx Spanish White. HEX triplet: DD, CD and AF. RGB value is (221,205,175). Sum of RGB (Red+Green+Blue) = 221+205+175=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCDAF is #223250. Grayscale: #CECECE. Windows color (decimal): -2241105 or 11521501. OLE color: 11521501.

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

Color convert

RGB221205175-
CMYK00.070.210.13
HSL39.13º40.35%77.65%-
HSV(B)39.13º20.81%86.67%-
XYZ59.3962.1349.42-
YUV206.36110.3138.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 205 (80.47% from 255) = 34.11%
BLUE value IS 175 (68.75% from 255) = 29.12%
R=36.77%
G=34.11%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120517500.070.210.1339.1340.3577.65
HexDDCDAF0715D27284e
Octal3353152570725154750116
Binary11011101110011011010111101111010111011001111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDAF; }

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

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

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

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

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

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

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

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