#DDB3AA

Color #DDB3AA Cavern Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cavern Pink #DDB3AA

Tints of Cavern Pink #DDB3AA

Color information

#DDB3AA (or 0xDDB3AA) is unknown color: approx Cavern Pink. HEX triplet: DD, B3 and AA. RGB value is (221,179,170). Sum of RGB (Red+Green+Blue) = 221+179+170=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB3AA is #224C55. Grayscale: #BEBEBE. Windows color (decimal): -2247766 or 11187165. OLE color: 11187165.

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

Color convert

RGB221179170-
CMYK00.190.230.13
HSL10.59º42.86%76.67%-
HSV(B)10.59º23.08%86.67%-
XYZ53.1950.5144.98-
YUV190.53116.41149.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 179 (70.31% from 255) = 31.40%
BLUE value IS 170 (66.80% from 255) = 29.82%
R=38.77%
G=31.40%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117917000.190.230.1310.5942.8676.67
HexDDB3AA01317Db2b4d
Octal33526325202327151353115
Binary11011101101100111010101001001110111110110111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB3AA; }

 p { color: rgb(221,179,170); }

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

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

 a { background-color: rgb(221,179,170); }

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

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

 span { border-color: rgb(221,179,170); }

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