Html Css Color HEX #DBB3A7 Clam Shell

📋 copy color: '#DBB3A7'

red 219 ◦ green 179 ◦ blue 167

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

Shades of Clam Shell #DBB3A7

Tints of Clam Shell #DBB3A7

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.68%

 BLUE value IS 167 (65.63% from 255) = 29.56%

R = 38.76%
G = 31.68%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DBB3A7 (or 0xDBB3A7) is known color: Clam Shell. HEX triplet: DB, B3 and A7. RGB value is (219,179,167). Sum of RGB (Red+Green+Blue) = 219+179+167=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 167 (65.62% from 255 or 29.56% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB3A7 is #244C58. Grayscale: #BDBDBD. Windows color (decimal): -2378841 or 10990555. OLE color: 10990555.

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

Color convert

RGB 219 179 167 -
CMYK 0 0.18 0.24 0.14
HSL 13.85º 0.42% 0.76% -
HSV(B) 13.85º 0.24% 0.86% -
XYZ 52.31 50.09 43.47 -
YUV 189.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 219 179 167 0 0.18 0.24 0.14 13.85 0.42 0.76
Hex DB B3 A7 0 12 18 E E 2A 4C
Octal 333 263 247 0 22 30 16 16 52 114
Binary 11011011 10110011 10100111 0 10010 11000 1110 1110 101010 1001100

Color Harmonies of #DBB3A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB3A7

Black with #DBB3A7

Text Example


Text Example

White with #DBB3A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB3A7; }

 p { color: rgb(219,179,167); }

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

background-color css

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

 a { background-color: rgb(219,179,167); }

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

border-color css

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

 span { border-color: rgb(219,179,167); }

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