#DDB9AF

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

Shades of Cavern Pink #DDB9AF

Tints of Cavern Pink #DDB9AF

Color information

#DDB9AF (or 0xDDB9AF) is unknown color: approx Cavern Pink. HEX triplet: DD, B9 and AF. RGB value is (221,185,175). Sum of RGB (Red+Green+Blue) = 221+185+175=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB9AF is #224650. Grayscale: #C2C2C2. Windows color (decimal): -2246225 or 11516381. OLE color: 11516381.

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

Color convert

RGB221185175-
CMYK00.160.210.13
HSL13.04º40.35%77.65%-
HSV(B)13.04º20.81%86.67%-
XYZ54.9153.1747.93-
YUV194.62116.93146.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 185 (72.66% from 255) = 31.84%
BLUE value IS 175 (68.75% from 255) = 30.12%
R=38.04%
G=31.84%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118517500.160.210.1313.0440.3577.65
HexDDB9AF01015Dd284e
Octal33527125702025151550116
Binary11011101101110011010111101000010101110111011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9AF; }

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

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

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

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

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

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

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

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