#DDCAB0

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

Shades of Spanish White #DDCAB0

Tints of Spanish White #DDCAB0

Color information

#DDCAB0 (or 0xDDCAB0) is unknown color: approx Spanish White. HEX triplet: DD, CA and B0. RGB value is (221,202,176). Sum of RGB (Red+Green+Blue) = 221+202+176=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAB0 is #22354F. Grayscale: #CCCCCC. Windows color (decimal): -2241872 or 11586269. OLE color: 11586269.

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

Color convert

RGB221202176-
CMYK00.090.200.13
HSL34.67º39.82%77.84%-
HSV(B)34.67º20.36%86.67%-
XYZ58.7860.7549.7-
YUV204.72111.79139.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 176 (69.14% from 255) = 29.38%
R=36.89%
G=33.72%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120217600.090.200.1334.6739.8277.84
HexDDCAB00914D23284e
Octal33531226001124154350116
Binary110111011100101010110000010011010011011000111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAB0; }

 p { color: rgb(221,202,176); }

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

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

 a { background-color: rgb(221,202,176); }

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

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

 span { border-color: rgb(221,202,176); }

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