Html Css Color HEX #DBAD9D Clam Shell

📋 copy color: '#DBAD9D'

red 219 ◦ green 173 ◦ blue 157

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

Shades of Clam Shell #DBAD9D

Tints of Clam Shell #DBAD9D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.51%

 BLUE value IS 157 (61.72% from 255) = 28.6%

R = 39.89%
G = 31.51%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DBAD9D (or 0xDBAD9D) is known color: Clam Shell. HEX triplet: DB, AD and 9D. RGB value is (219,173,157). Sum of RGB (Red+Green+Blue) = 219+173+157=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD9D is #245262. Grayscale: #B9B9B9. Windows color (decimal): -2380387 or 10333659. OLE color: 10333659.

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

Color convert

RGB 219 173 157 -
CMYK 0 0.21 0.28 0.14
HSL 15.48º 0.46% 0.74% -
HSV(B) 15.48º 0.28% 0.86% -
XYZ 50.24 47.38 38.4 -
YUV 184.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 219 173 157 0 0.21 0.28 0.14 15.48 0.46 0.74
Hex DB AD 9D 0 15 1C E F 2E 4A
Octal 333 255 235 0 25 34 16 17 56 112
Binary 11011011 10101101 10011101 0 10101 11100 1110 1111 101110 1001010

Color Harmonies of #DBAD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD9D

Black with #DBAD9D

Text Example


Text Example

White with #DBAD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD9D; }

 p { color: rgb(219,173,157); }

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

background-color css

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

 a { background-color: rgb(219,173,157); }

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

border-color css

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

 span { border-color: rgb(219,173,157); }

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