Html Css Color HEX #DBAF9D Clam Shell

📋 copy color: '#DBAF9D'

red 219 ◦ green 175 ◦ blue 157

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

Shades of Clam Shell #DBAF9D

Tints of Clam Shell #DBAF9D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.76%

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

R = 39.75%
G = 31.76%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DBAF9D (or 0xDBAF9D) is known color: Clam Shell. HEX triplet: DB, AF and 9D. RGB value is (219,175,157). Sum of RGB (Red+Green+Blue) = 219+175+157=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF9D is #245062. Grayscale: #BABABA. Windows color (decimal): -2379875 or 10334171. OLE color: 10334171.

HSL color Cylindrical-coordinate representation of color #DBAF9D: hue angle of 17.42º 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 #DBAF9D is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 175 157 -
CMYK 0 0.20 0.28 0.14
HSL 17.42º 0.46% 0.74% -
HSV(B) 17.42º 0.28% 0.86% -
XYZ 50.63 48.15 38.52 -
YUV 186.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 219 175 157 0 0.20 0.28 0.14 17.42 0.46 0.74
Hex DB AF 9D 0 14 1C E 11 2E 4A
Octal 333 257 235 0 24 34 16 21 56 112
Binary 11011011 10101111 10011101 0 10100 11100 1110 10001 101110 1001010

Color Harmonies of #DBAF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF9D

Black with #DBAF9D

Text Example


Text Example

White with #DBAF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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