Html Css Color HEX #DDB7AD Cavern Pink

📋 copy color: '#DDB7AD'

red 221 ◦ green 183 ◦ blue 173

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

Shades of Cavern Pink #DDB7AD

Tints of Cavern Pink #DDB7AD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.72%

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

R = 38.3%
G = 31.72%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDB7AD (or 0xDDB7AD) is known color: Cavern Pink. HEX triplet: DD, B7 and AD. RGB value is (221,183,173). Sum of RGB (Red+Green+Blue) = 221+183+173=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 183 (71.88% from 255 or 31.72% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB7AD is #224852. Grayscale: #C1C1C1. Windows color (decimal): -2246739 or 11384797. OLE color: 11384797.

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

Color convert

RGB 221 183 173 -
CMYK 0 0.17 0.22 0.13
HSL 12.5º 0.41% 0.77% -
HSV(B) 12.5º 0.22% 0.87% -
XYZ 54.3 52.26 46.76 -
YUV 193.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 221 183 173 0 0.17 0.22 0.13 12.5 0.41 0.77
Hex DD B7 AD 0 11 16 D C 29 4D
Octal 335 267 255 0 21 26 15 14 51 115
Binary 11011101 10110111 10101101 0 10001 10110 1101 1100 101001 1001101

Color Harmonies of #DDB7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7AD

Black with #DDB7AD

Text Example


Text Example

White with #DDB7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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