Html Css Color HEX #DBB6A9 Clam Shell

📋 copy color: '#DBB6A9'

red 219 ◦ green 182 ◦ blue 169

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

Shades of Clam Shell #DBB6A9

Tints of Clam Shell #DBB6A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 29.65%

R = 38.42%
G = 31.93%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DBB6A9 (or 0xDBB6A9) is known color: Clam Shell. HEX triplet: DB, B6 and A9. RGB value is (219,182,169). Sum of RGB (Red+Green+Blue) = 219+182+169=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB6A9 is #244956. Grayscale: #BFBFBF. Windows color (decimal): -2378071 or 11122395. OLE color: 11122395.

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

Color convert

RGB 219 182 169 -
CMYK 0 0.17 0.23 0.14
HSL 15.6º 0.41% 0.76% -
HSV(B) 15.6º 0.23% 0.86% -
XYZ 53.1 51.38 44.65 -
YUV 191.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 219 182 169 0 0.17 0.23 0.14 15.6 0.41 0.76
Hex DB B6 A9 0 11 17 E 10 29 4C
Octal 333 266 251 0 21 27 16 20 51 114
Binary 11011011 10110110 10101001 0 10001 10111 1110 10000 101001 1001100

Color Harmonies of #DBB6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6A9

Black with #DBB6A9

Text Example


Text Example

White with #DBB6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6A9; }

 p { color: rgb(219,182,169); }

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

background-color css

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

 a { background-color: rgb(219,182,169); }

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

border-color css

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

 span { border-color: rgb(219,182,169); }

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