Html Css Color HEX #DBB09F Clam Shell

📋 copy color: '#DBB09F'

red 219 ◦ green 176 ◦ blue 159

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

Shades of Clam Shell #DBB09F

Tints of Clam Shell #DBB09F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.77%

 BLUE value IS 159 (62.5% from 255) = 28.7%

R = 39.53%
G = 31.77%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DBB09F (or 0xDBB09F) is known color: Clam Shell. HEX triplet: DB, B0 and 9F. RGB value is (219,176,159). Sum of RGB (Red+Green+Blue) = 219+176+159=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB09F is #244F60. Grayscale: #BBBBBB. Windows color (decimal): -2379617 or 10465499. OLE color: 10465499.

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

Color convert

RGB 219 176 159 -
CMYK 0 0.20 0.27 0.14
HSL 17º 0.45% 0.74% -
HSV(B) 17º 0.27% 0.86% -
XYZ 51 48.61 39.5 -
YUV 186.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 219 176 159 0 0.20 0.27 0.14 17 0.45 0.74
Hex DB B0 9F 0 14 1B E 11 2D 4A
Octal 333 260 237 0 24 33 16 21 55 112
Binary 11011011 10110000 10011111 0 10100 11011 1110 10001 101101 1001010

Color Harmonies of #DBB09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB09F

Black with #DBB09F

Text Example


Text Example

White with #DBB09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB09F; }

 p { color: rgb(219,176,159); }

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

background-color css

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

 a { background-color: rgb(219,176,159); }

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

border-color css

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

 span { border-color: rgb(219,176,159); }

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