#DDB8AD

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

Shades of Cavern Pink #DDB8AD

Tints of Cavern Pink #DDB8AD

Color information

#DDB8AD (or 0xDDB8AD) is unknown color: approx Cavern Pink. HEX triplet: DD, B8 and AD. RGB value is (221,184,173). Sum of RGB (Red+Green+Blue) = 221+184+173=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB8AD is #224752. Grayscale: #C1C1C1. Windows color (decimal): -2246483 or 11385053. OLE color: 11385053.

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

Color convert

RGB221184173-
CMYK00.170.220.13
HSL13.75º41.38%77.25%-
HSV(B)13.75º21.72%86.67%-
XYZ54.552.6746.83-
YUV193.81116.26147.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 184 (72.27% from 255) = 31.83%
BLUE value IS 173 (67.97% from 255) = 29.93%
R=38.24%
G=31.83%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118417300.170.220.1313.7541.3877.25
HexDDB8AD01116De294d
Octal33527025502126151651115
Binary11011101101110001010110101000110110110111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB8AD; }

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

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

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

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

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

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

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

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