Html Css Color HEX #D9AF9F Clam Shell

📋 copy color: '#D9AF9F'

red 217 ◦ green 175 ◦ blue 159

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

Shades of Clam Shell #D9AF9F

Tints of Clam Shell #D9AF9F

RGB

 RED value IS 217 (85.16% from 255) = 39.38%

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

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

R = 39.38%
G = 31.76%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D9AF9F (or 0xD9AF9F) is known color: Clam Shell. HEX triplet: D9, AF and 9F. RGB value is (217,175,159). Sum of RGB (Red+Green+Blue) = 217+175+159=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF9F is #265060. Grayscale: #B9B9B9. Windows color (decimal): -2510945 or 10465241. OLE color: 10465241.

HSL color Cylindrical-coordinate representation of color #D9AF9F: hue angle of 16.55º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9AF9F is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 159 -
CMYK 0 0.19 0.27 0.15
HSL 16.55º 0.43% 0.74% -
HSV(B) 16.55º 0.27% 0.85% -
XYZ 50.2 47.91 39.4 -
YUV 185.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 217 175 159 0 0.19 0.27 0.15 16.55 0.43 0.74
Hex D9 AF 9F 0 13 1B F 11 2B 4A
Octal 331 257 237 0 23 33 17 21 53 112
Binary 11011001 10101111 10011111 0 10011 11011 1111 10001 101011 1001010

Color Harmonies of #D9AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF9F

Black with #D9AF9F

Text Example


Text Example

White with #D9AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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