Html Css Color HEX #DDB5AD Cavern Pink

📋 copy color: '#DDB5AD'

red 221 ◦ green 181 ◦ blue 173

#DDB5AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cavern Pink #DDB5AD

Tints of Cavern Pink #DDB5AD

RGB

 RED value IS 221 (86.72% from 255) = 38.43%

 GREEN value IS 181 (71.09% from 255) = 31.48%

 BLUE value IS 173 (67.97% from 255) = 30.09%

R = 38.43%
G = 31.48%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDB5AD (or 0xDDB5AD) is known color: Cavern Pink. HEX triplet: DD, B5 and AD. RGB value is (221,181,173). Sum of RGB (Red+Green+Blue) = 221+181+173=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB5AD is #224A52. Grayscale: #C0C0C0. Windows color (decimal): -2247251 or 11384285. OLE color: 11384285.

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

Color convert

RGB 221 181 173 -
CMYK 0 0.18 0.22 0.13
HSL 10º 0.41% 0.77% -
HSV(B) 10º 0.22% 0.87% -
XYZ 53.89 51.44 46.62 -
YUV 192.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 221 181 173 0 0.18 0.22 0.13 10 0.41 0.77
Hex DD B5 AD 0 12 16 D A 29 4D
Octal 335 265 255 0 22 26 15 12 51 115
Binary 11011101 10110101 10101101 0 10010 10110 1101 1010 101001 1001101

Color Harmonies of #DDB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB5AD

Black with #DDB5AD

Text Example


Text Example

White with #DDB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB5AD; }

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

 H1.HeaderClassName
 {
   color: #DDB5AD;
 }
 .AnyTagClassName
 {
   color: #DDB5AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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