Html Css Color HEX #DDB7AA Clam Shell

📋 copy color: '#DDB7AA'

red 221 ◦ green 183 ◦ blue 170

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

Shades of Clam Shell #DDB7AA

Tints of Clam Shell #DDB7AA

RGB

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

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

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

R = 38.5%
G = 31.88%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDB7AA (or 0xDDB7AA) is known color: Clam Shell. HEX triplet: DD, B7 and AA. RGB value is (221,183,170). Sum of RGB (Red+Green+Blue) = 221+183+170=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB7AA is #224855. Grayscale: #C0C0C0. Windows color (decimal): -2246742 or 11188189. OLE color: 11188189.

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

Color convert

RGB 221 183 170 -
CMYK 0 0.17 0.23 0.13
HSL 15.29º 0.43% 0.77% -
HSV(B) 15.29º 0.23% 0.87% -
XYZ 54.01 52.14 45.25 -
YUV 192.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 221 183 170 0 0.17 0.23 0.13 15.29 0.43 0.77
Hex DD B7 AA 0 11 17 D F 2B 4D
Octal 335 267 252 0 21 27 15 17 53 115
Binary 11011101 10110111 10101010 0 10001 10111 1101 1111 101011 1001101

Color Harmonies of #DDB7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7AA

Black with #DDB7AA

Text Example


Text Example

White with #DDB7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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