Html Css Color HEX #D0AD9F Clam Shell

📋 copy color: '#D0AD9F'

red 208 ◦ green 173 ◦ blue 159

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

Shades of Clam Shell #D0AD9F

Tints of Clam Shell #D0AD9F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.04%

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

R = 38.52%
G = 32.04%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0AD9F (or 0xD0AD9F) is known color: Clam Shell. HEX triplet: D0, AD and 9F. RGB value is (208,173,159). Sum of RGB (Red+Green+Blue) = 208+173+159=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AD9F is #2F5260. Grayscale: #B5B5B5. Windows color (decimal): -3101281 or 10464720. OLE color: 10464720.

HSL color Cylindrical-coordinate representation of color #D0AD9F: hue angle of 17.14º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0AD9F is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 173 159 -
CMYK 0 0.17 0.24 0.18
HSL 17.14º 0.34% 0.72% -
HSV(B) 17.14º 0.24% 0.82% -
XYZ 47.21 45.8 39.15 -
YUV 181.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 208 173 159 0 0.17 0.24 0.18 17.14 0.34 0.72
Hex D0 AD 9F 0 11 18 12 11 22 48
Octal 320 255 237 0 21 30 22 21 42 110
Binary 11010000 10101101 10011111 0 10001 11000 10010 10001 100010 1001000

Color Harmonies of #D0AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD9F

Black with #D0AD9F

Text Example


Text Example

White with #D0AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD9F; }

 p { color: rgb(208,173,159); }

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

background-color css

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

 a { background-color: rgb(208,173,159); }

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

border-color css

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

 span { border-color: rgb(208,173,159); }

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