Html Css Color HEX #DDB6A6 Clam Shell

📋 copy color: '#DDB6A6'

red 221 ◦ green 182 ◦ blue 166

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

Shades of Clam Shell #DDB6A6

Tints of Clam Shell #DDB6A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.17%

R = 38.84%
G = 31.99%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DDB6A6 (or 0xDDB6A6) is known color: Clam Shell. HEX triplet: DD, B6 and A6. RGB value is (221,182,166). Sum of RGB (Red+Green+Blue) = 221+182+166=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB6A6 is #224959. Grayscale: #BFBFBF. Windows color (decimal): -2247002 or 10925789. OLE color: 10925789.

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

Color convert

RGB 221 182 166 -
CMYK 0 0.18 0.25 0.13
HSL 17.45º 0.45% 0.76% -
HSV(B) 17.45º 0.25% 0.87% -
XYZ 53.43 51.58 43.22 -
YUV 191.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 221 182 166 0 0.18 0.25 0.13 17.45 0.45 0.76
Hex DD B6 A6 0 12 19 D 11 2D 4C
Octal 335 266 246 0 22 31 15 21 55 114
Binary 11011101 10110110 10100110 0 10010 11001 1101 10001 101101 1001100

Color Harmonies of #DDB6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6A6

Black with #DDB6A6

Text Example


Text Example

White with #DDB6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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