#DDB3AD

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

Shades of Cavern Pink #DDB3AD

Tints of Cavern Pink #DDB3AD

Color information

#DDB3AD (or 0xDDB3AD) is unknown color: approx Cavern Pink. HEX triplet: DD, B3 and AD. RGB value is (221,179,173). Sum of RGB (Red+Green+Blue) = 221+179+173=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB3AD is #224C52. Grayscale: #BEBEBE. Windows color (decimal): -2247763 or 11383773. OLE color: 11383773.

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

Color convert

RGB221179173-
CMYK00.190.220.13
HSL7.5º41.38%77.25%-
HSV(B)7.5º21.72%86.67%-
XYZ53.4850.6346.49-
YUV190.87117.91149.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 179 (70.31% from 255) = 31.24%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=38.57%
G=31.24%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117917300.190.220.137.541.3877.25
HexDDB3AD01316D8294d
Octal33526325502326151051115
Binary11011101101100111010110101001110110110110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB3AD; }

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

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

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

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

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

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

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

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