#DDB6AA

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

Shades of Cavern Pink #DDB6AA

Tints of Cavern Pink #DDB6AA

Color information

#DDB6AA (or 0xDDB6AA) is unknown color: approx Cavern Pink. HEX triplet: DD, B6 and AA. RGB value is (221,182,170). Sum of RGB (Red+Green+Blue) = 221+182+170=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB6AA is #224955. Grayscale: #C0C0C0. Windows color (decimal): -2246998 or 11187933. OLE color: 11187933.

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

Color convert

RGB221182170-
CMYK00.180.230.13
HSL14.12º42.86%76.67%-
HSV(B)14.12º23.08%86.67%-
XYZ53.851.7345.18-
YUV192.29115.42148.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 182 (71.48% from 255) = 31.76%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=38.57%
G=31.76%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118217000.180.230.1314.1242.8676.67
HexDDB6AA01217De2b4d
Octal33526625202227151653115
Binary11011101101101101010101001001010111110111101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB6AA; }

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

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

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

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

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

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

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

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