Html Css Color HEX #DBB5AA Clam Shell

📋 copy color: '#DBB5AA'

red 219 ◦ green 181 ◦ blue 170

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

Shades of Clam Shell #DBB5AA

Tints of Clam Shell #DBB5AA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.75%

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

R = 38.42%
G = 31.75%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBB5AA (or 0xDBB5AA) is known color: Clam Shell. HEX triplet: DB, B5 and AA. RGB value is (219,181,170). Sum of RGB (Red+Green+Blue) = 219+181+170=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB5AA is #244A55. Grayscale: #BFBFBF. Windows color (decimal): -2378326 or 11187675. OLE color: 11187675.

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

Color convert

RGB 219 181 170 -
CMYK 0 0.17 0.22 0.14
HSL 13.47º 0.4% 0.76% -
HSV(B) 13.47º 0.22% 0.86% -
XYZ 52.99 51.01 45.08 -
YUV 191.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 219 181 170 0 0.17 0.22 0.14 13.47 0.4 0.76
Hex DB B5 AA 0 11 16 E D 28 4C
Octal 333 265 252 0 21 26 16 15 50 114
Binary 11011011 10110101 10101010 0 10001 10110 1110 1101 101000 1001100

Color Harmonies of #DBB5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB5AA

Black with #DBB5AA

Text Example


Text Example

White with #DBB5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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