Html Css Color HEX #DDB5AA Cavern Pink

📋 copy color: '#DDB5AA'

red 221 ◦ green 181 ◦ blue 170

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

Shades of Cavern Pink #DDB5AA

Tints of Cavern Pink #DDB5AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.72%

R = 38.64%
G = 31.64%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDB5AA (or 0xDDB5AA) is known color: Cavern Pink. HEX triplet: DD, B5 and AA. RGB value is (221,181,170). Sum of RGB (Red+Green+Blue) = 221+181+170=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB5AA is #224A55. Grayscale: #BFBFBF. Windows color (decimal): -2247254 or 11187677. OLE color: 11187677.

HSL color Cylindrical-coordinate representation of color #DDB5AA: hue angle of 12.94º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB5AA is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 181 170 -
CMYK 0 0.18 0.23 0.13
HSL 12.94º 0.43% 0.77% -
HSV(B) 12.94º 0.23% 0.87% -
XYZ 53.6 51.32 45.11 -
YUV 191.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 221 181 170 0 0.18 0.23 0.13 12.94 0.43 0.77
Hex DD B5 AA 0 12 17 D D 2B 4D
Octal 335 265 252 0 22 27 15 15 53 115
Binary 11011101 10110101 10101010 0 10010 10111 1101 1101 101011 1001101

Color Harmonies of #DDB5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB5AA

Black with #DDB5AA

Text Example


Text Example

White with #DDB5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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