Html Css Color HEX #DBB7AA Clam Shell

📋 copy color: '#DBB7AA'

red 219 ◦ green 183 ◦ blue 170

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

Shades of Clam Shell #DBB7AA

Tints of Clam Shell #DBB7AA

RGB

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

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

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

R = 38.29%
G = 31.99%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBB7AA (or 0xDBB7AA) is known color: Clam Shell. HEX triplet: DB, B7 and AA. RGB value is (219,183,170). Sum of RGB (Red+Green+Blue) = 219+183+170=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB7AA is #244855. Grayscale: #C0C0C0. Windows color (decimal): -2377814 or 11188187. OLE color: 11188187.

HSL color Cylindrical-coordinate representation of color #DBB7AA: hue angle of 15.92º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBB7AA is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 183 170 -
CMYK 0 0.16 0.22 0.14
HSL 15.92º 0.4% 0.76% -
HSV(B) 15.92º 0.22% 0.86% -
XYZ 53.4 51.83 45.22 -
YUV 192.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 219 183 170 0 0.16 0.22 0.14 15.92 0.4 0.76
Hex DB B7 AA 0 10 16 E 10 28 4C
Octal 333 267 252 0 20 26 16 20 50 114
Binary 11011011 10110111 10101010 0 10000 10110 1110 10000 101000 1001100

Color Harmonies of #DBB7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB7AA

Black with #DBB7AA

Text Example


Text Example

White with #DBB7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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