Html Css Color HEX #DDB2AA Cavern Pink

📋 copy color: '#DDB2AA'

red 221 ◦ green 178 ◦ blue 170

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

Shades of Cavern Pink #DDB2AA

Tints of Cavern Pink #DDB2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.28%

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

R = 38.84%
G = 31.28%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDB2AA (or 0xDDB2AA) is known color: Cavern Pink. HEX triplet: DD, B2 and AA. RGB value is (221,178,170). Sum of RGB (Red+Green+Blue) = 221+178+170=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB2AA is #224D55. Grayscale: #BEBEBE. Windows color (decimal): -2248022 or 11186909. OLE color: 11186909.

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

Color convert

RGB 221 178 170 -
CMYK 0 0.19 0.23 0.13
HSL 9.41º 0.43% 0.77% -
HSV(B) 9.41º 0.23% 0.87% -
XYZ 52.99 50.12 44.91 -
YUV 189.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 221 178 170 0 0.19 0.23 0.13 9.41 0.43 0.77
Hex DD B2 AA 0 13 17 D 9 2B 4D
Octal 335 262 252 0 23 27 15 11 53 115
Binary 11011101 10110010 10101010 0 10011 10111 1101 1001 101011 1001101

Color Harmonies of #DDB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB2AA

Black with #DDB2AA

Text Example


Text Example

White with #DDB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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