#DDCAB4

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

Shades of Stark White #DDCAB4

Tints of Stark White #DDCAB4

Color information

#DDCAB4 (or 0xDDCAB4) is unknown color: approx Stark White. HEX triplet: DD, CA and B4. RGB value is (221,202,180). Sum of RGB (Red+Green+Blue) = 221+202+180=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAB4 is #22354B. Grayscale: #CDCDCD. Windows color (decimal): -2241868 or 11848413. OLE color: 11848413.

HSL color Cylindrical-coordinate representation of color #DDCAB4: hue angle of 32.2º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDCAB4 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221202180-
CMYK00.090.190.13
HSL32.2º37.61%78.63%-
HSV(B)32.2º18.55%86.67%-
XYZ59.1860.9151.82-
YUV205.17113.79139.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=36.65%
G=33.50%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120218000.090.190.1332.237.6178.63
HexDDCAB40913D20264f
Octal33531226401123154046117
Binary110111011100101010110100010011001111011000001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAB4; }

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

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

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

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

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

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

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

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