Html Css Color HEX #DDB3AA Cavern Pink

📋 copy color: '#DDB3AA'

red 221 ◦ green 179 ◦ blue 170

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

Shades of Cavern Pink #DDB3AA

Tints of Cavern Pink #DDB3AA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.4%

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

R = 38.77%
G = 31.4%
B = 29.82%

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

#DDB3AA (or 0xDDB3AA) is known color: Cavern Pink. HEX triplet: DD, B3 and AA. RGB value is (221,179,170). Sum of RGB (Red+Green+Blue) = 221+179+170=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB3AA is #224C55. Grayscale: #BEBEBE. Windows color (decimal): -2247766 or 11187165. OLE color: 11187165.

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

Color convert

RGB 221 179 170 -
CMYK 0 0.19 0.23 0.13
HSL 10.59º 0.43% 0.77% -
HSV(B) 10.59º 0.23% 0.87% -
XYZ 53.19 50.51 44.98 -
YUV 190.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 221 179 170 0 0.19 0.23 0.13 10.59 0.43 0.77
Hex DD B3 AA 0 13 17 D B 2B 4D
Octal 335 263 252 0 23 27 15 13 53 115
Binary 11011101 10110011 10101010 0 10011 10111 1101 1011 101011 1001101

Color Harmonies of #DDB3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB3AA

Black with #DDB3AA

Text Example


Text Example

White with #DDB3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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