Html Css Color HEX #DDB6AA Cavern Pink

📋 copy color: '#DDB6AA'

red 221 ◦ green 182 ◦ blue 170

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

Shades of Cavern Pink #DDB6AA

Tints of Cavern Pink #DDB6AA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.76%

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

R = 38.57%
G = 31.76%
B = 29.67%

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

#DDB6AA (or 0xDDB6AA) is known color: Cavern Pink. HEX triplet: DD, B6 and AA. RGB value is (221,182,170). Sum of RGB (Red+Green+Blue) = 221+182+170=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB6AA is #224955. Grayscale: #C0C0C0. Windows color (decimal): -2246998 or 11187933. OLE color: 11187933.

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

Color convert

RGB 221 182 170 -
CMYK 0 0.18 0.23 0.13
HSL 14.12º 0.43% 0.77% -
HSV(B) 14.12º 0.23% 0.87% -
XYZ 53.8 51.73 45.18 -
YUV 192.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 221 182 170 0 0.18 0.23 0.13 14.12 0.43 0.77
Hex DD B6 AA 0 12 17 D E 2B 4D
Octal 335 266 252 0 22 27 15 16 53 115
Binary 11011101 10110110 10101010 0 10010 10111 1101 1110 101011 1001101

Color Harmonies of #DDB6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6AA

Black with #DDB6AA

Text Example


Text Example

White with #DDB6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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