#DDB9AD

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

Shades of Cavern Pink #DDB9AD

Tints of Cavern Pink #DDB9AD

Color information

#DDB9AD (or 0xDDB9AD) is unknown color: approx Cavern Pink. HEX triplet: DD, B9 and AD. RGB value is (221,185,173). Sum of RGB (Red+Green+Blue) = 221+185+173=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB9AD is #224652. Grayscale: #C2C2C2. Windows color (decimal): -2246227 or 11385309. OLE color: 11385309.

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

Color convert

RGB221185173-
CMYK00.160.220.13
HSL15º41.38%77.25%-
HSV(B)15º21.72%86.67%-
XYZ54.7153.0946.9-
YUV194.4115.93146.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 185 (72.66% from 255) = 31.95%
BLUE value IS 173 (67.97% from 255) = 29.88%
R=38.17%
G=31.95%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118517300.160.220.131541.3877.25
HexDDB9AD01016Df294d
Octal33527125502026151751115
Binary11011101101110011010110101000010110110111111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9AD; }

 p { color: rgb(221,185,173); }

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

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

 a { background-color: rgb(221,185,173); }

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

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

 span { border-color: rgb(221,185,173); }

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