Html Css Color HEX #DBB4A0 Clam Shell

📋 copy color: '#DBB4A0'

red 219 ◦ green 180 ◦ blue 160

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

Shades of Clam Shell #DBB4A0

Tints of Clam Shell #DBB4A0

RGB

 RED value IS 219 (85.94% from 255) = 39.18%

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

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

R = 39.18%
G = 32.2%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBB4A0 (or 0xDBB4A0) is known color: Clam Shell. HEX triplet: DB, B4 and A0. RGB value is (219,180,160). Sum of RGB (Red+Green+Blue) = 219+180+160=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB4A0 is #244B5F. Grayscale: #BDBDBD. Windows color (decimal): -2378592 or 10532059. OLE color: 10532059.

HSL color Cylindrical-coordinate representation of color #DBB4A0: hue angle of 20.34º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBB4A0 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 180 160 -
CMYK 0 0.18 0.27 0.14
HSL 20.34º 0.45% 0.74% -
HSV(B) 20.34º 0.27% 0.86% -
XYZ 51.88 50.24 40.22 -
YUV 189.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 219 180 160 0 0.18 0.27 0.14 20.34 0.45 0.74
Hex DB B4 A0 0 12 1B E 14 2D 4A
Octal 333 264 240 0 22 33 16 24 55 112
Binary 11011011 10110100 10100000 0 10010 11011 1110 10100 101101 1001010

Color Harmonies of #DBB4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB4A0

Black with #DBB4A0

Text Example


Text Example

White with #DBB4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB4A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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