Html Css Color HEX #DDB4A0 Clam Shell

📋 copy color: '#DDB4A0'

red 221 ◦ green 180 ◦ blue 160

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

Shades of Clam Shell #DDB4A0

Tints of Clam Shell #DDB4A0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.09%

 BLUE value IS 160 (62.89% from 255) = 28.52%

R = 39.39%
G = 32.09%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDB4A0 (or 0xDDB4A0) is known color: Clam Shell. HEX triplet: DD, B4 and A0. RGB value is (221,180,160). Sum of RGB (Red+Green+Blue) = 221+180+160=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB4A0 is #224B5F. Grayscale: #BEBEBE. Windows color (decimal): -2247520 or 10532061. OLE color: 10532061.

HSL color Cylindrical-coordinate representation of color #DDB4A0: hue angle of 19.67º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDB4A0 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 180 160 -
CMYK 0 0.19 0.28 0.13
HSL 19.67º 0.47% 0.75% -
HSV(B) 19.67º 0.28% 0.87% -
XYZ 52.49 50.55 40.25 -
YUV 189.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 221 180 160 0 0.19 0.28 0.13 19.67 0.47 0.75
Hex DD B4 A0 0 13 1C D 14 2F 4B
Octal 335 264 240 0 23 34 15 24 57 113
Binary 11011101 10110100 10100000 0 10011 11100 1101 10100 101111 1001011

Color Harmonies of #DDB4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB4A0

Black with #DDB4A0

Text Example


Text Example

White with #DDB4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB4A0; }

 p { color: rgb(221,180,160); }

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

background-color css

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

 a { background-color: rgb(221,180,160); }

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

border-color css

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

 span { border-color: rgb(221,180,160); }

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