Html Css Color HEX #D0AFA9 Clam Shell

📋 copy color: '#D0AFA9'

red 208 ◦ green 175 ◦ blue 169

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

Shades of Clam Shell #D0AFA9

Tints of Clam Shell #D0AFA9

RGB

 RED value IS 208 (81.64% from 255) = 37.68%

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

 BLUE value IS 169 (66.41% from 255) = 30.62%

R = 37.68%
G = 31.7%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D0AFA9 (or 0xD0AFA9) is known color: Clam Shell. HEX triplet: D0, AF and A9. RGB value is (208,175,169). Sum of RGB (Red+Green+Blue) = 208+175+169=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 169 (66.41% from 255 or 30.62% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AFA9 is #2F5056. Grayscale: #B8B8B8. Windows color (decimal): -3100759 or 11120592. OLE color: 11120592.

HSL color Cylindrical-coordinate representation of color #D0AFA9: hue angle of 9.23º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0AFA9 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 175 169 -
CMYK 0 0.16 0.19 0.18
HSL 9.23º 0.29% 0.74% -
HSV(B) 9.23º 0.19% 0.82% -
XYZ 48.5 46.93 44.04 -
YUV 184.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 208 175 169 0 0.16 0.19 0.18 9.23 0.29 0.74
Hex D0 AF A9 0 10 13 12 9 1D 4A
Octal 320 257 251 0 20 23 22 11 35 112
Binary 11010000 10101111 10101001 0 10000 10011 10010 1001 11101 1001010

Color Harmonies of #D0AFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFA9

Black with #D0AFA9

Text Example


Text Example

White with #D0AFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFA9; }

 p { color: rgb(208,175,169); }

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

background-color css

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

 a { background-color: rgb(208,175,169); }

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

border-color css

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

 span { border-color: rgb(208,175,169); }

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