Html Css Color HEX #D7AF9F Clam Shell

📋 copy color: '#D7AF9F'

red 215 ◦ green 175 ◦ blue 159

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

Shades of Clam Shell #D7AF9F

Tints of Clam Shell #D7AF9F

RGB

 RED value IS 215 (84.38% from 255) = 39.16%

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

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

R = 39.16%
G = 31.88%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D7AF9F (or 0xD7AF9F) is known color: Clam Shell. HEX triplet: D7, AF and 9F. RGB value is (215,175,159). Sum of RGB (Red+Green+Blue) = 215+175+159=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AF9F is #285060. Grayscale: #B9B9B9. Windows color (decimal): -2642017 or 10465239. OLE color: 10465239.

HSL color Cylindrical-coordinate representation of color #D7AF9F: hue angle of 17.14º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7AF9F is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 175 159 -
CMYK 0 0.19 0.26 0.16
HSL 17.14º 0.41% 0.73% -
HSV(B) 17.14º 0.26% 0.84% -
XYZ 49.61 47.61 39.38 -
YUV 185.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 215 175 159 0 0.19 0.26 0.16 17.14 0.41 0.73
Hex D7 AF 9F 0 13 1A 10 11 29 49
Octal 327 257 237 0 23 32 20 21 51 111
Binary 11010111 10101111 10011111 0 10011 11010 10000 10001 101001 1001001

Color Harmonies of #D7AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF9F

Black with #D7AF9F

Text Example


Text Example

White with #D7AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF9F; }

 p { color: rgb(215,175,159); }

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

background-color css

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

 a { background-color: rgb(215,175,159); }

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

border-color css

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

 span { border-color: rgb(215,175,159); }

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