Html Css Color HEX #DBB6A4 Clam Shell

📋 copy color: '#DBB6A4'

red 219 ◦ green 182 ◦ blue 164

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

Shades of Clam Shell #DBB6A4

Tints of Clam Shell #DBB6A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.03%

R = 38.76%
G = 32.21%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DBB6A4 (or 0xDBB6A4) is known color: Clam Shell. HEX triplet: DB, B6 and A4. RGB value is (219,182,164). Sum of RGB (Red+Green+Blue) = 219+182+164=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB6A4 is #24495B. Grayscale: #BFBFBF. Windows color (decimal): -2378076 or 10794715. OLE color: 10794715.

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

Color convert

RGB 219 182 164 -
CMYK 0 0.17 0.25 0.14
HSL 19.64º 0.43% 0.75% -
HSV(B) 19.64º 0.25% 0.86% -
XYZ 52.64 51.2 42.23 -
YUV 191.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 219 182 164 0 0.17 0.25 0.14 19.64 0.43 0.75
Hex DB B6 A4 0 11 19 E 14 2B 4B
Octal 333 266 244 0 21 31 16 24 53 113
Binary 11011011 10110110 10100100 0 10001 11001 1110 10100 101011 1001011

Color Harmonies of #DBB6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6A4

Black with #DBB6A4

Text Example


Text Example

White with #DBB6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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