Html Css Color HEX #D2AD9E Clam Shell

📋 copy color: '#D2AD9E'

red 210 ◦ green 173 ◦ blue 158

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

Shades of Clam Shell #D2AD9E

Tints of Clam Shell #D2AD9E

RGB

 RED value IS 210 (82.42% from 255) = 38.82%

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

 BLUE value IS 158 (62.11% from 255) = 29.21%

R = 38.82%
G = 31.98%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2AD9E (or 0xD2AD9E) is known color: Clam Shell. HEX triplet: D2, AD and 9E. RGB value is (210,173,158). Sum of RGB (Red+Green+Blue) = 210+173+158=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 158 (62.11% from 255 or 29.21% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AD9E is #2D5261. Grayscale: #B6B6B6. Windows color (decimal): -2970210 or 10399186. OLE color: 10399186.

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

Color convert

RGB 210 173 158 -
CMYK 0 0.18 0.25 0.18
HSL 17.31º 0.37% 0.72% -
HSV(B) 17.31º 0.25% 0.82% -
XYZ 47.69 46.06 38.72 -
YUV 182.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 210 173 158 0 0.18 0.25 0.18 17.31 0.37 0.72
Hex D2 AD 9E 0 12 19 12 11 25 48
Octal 322 255 236 0 22 31 22 21 45 110
Binary 11010010 10101101 10011110 0 10010 11001 10010 10001 100101 1001000

Color Harmonies of #D2AD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD9E

Black with #D2AD9E

Text Example


Text Example

White with #D2AD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD9E; }

 p { color: rgb(210,173,158); }

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

background-color css

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

 a { background-color: rgb(210,173,158); }

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

border-color css

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

 span { border-color: rgb(210,173,158); }

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