Html Css Color HEX #DBAD9C Clam Shell

📋 copy color: '#DBAD9C'

red 219 ◦ green 173 ◦ blue 156

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

Shades of Clam Shell #DBAD9C

Tints of Clam Shell #DBAD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.47%

R = 39.96%
G = 31.57%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DBAD9C (or 0xDBAD9C) is known color: Clam Shell. HEX triplet: DB, AD and 9C. RGB value is (219,173,156). Sum of RGB (Red+Green+Blue) = 219+173+156=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD9C is #245263. Grayscale: #B8B8B8. Windows color (decimal): -2380388 or 10268123. OLE color: 10268123.

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

Color convert

RGB 219 173 156 -
CMYK 0 0.21 0.29 0.14
HSL 16.19º 0.47% 0.74% -
HSV(B) 16.19º 0.29% 0.86% -
XYZ 50.16 47.35 37.95 -
YUV 184.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 219 173 156 0 0.21 0.29 0.14 16.19 0.47 0.74
Hex DB AD 9C 0 15 1D E 10 2F 4A
Octal 333 255 234 0 25 35 16 20 57 112
Binary 11011011 10101101 10011100 0 10101 11101 1110 10000 101111 1001010

Color Harmonies of #DBAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD9C

Black with #DBAD9C

Text Example


Text Example

White with #DBAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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