Html Css Color HEX #D0AFA3 Clam Shell

📋 copy color: '#D0AFA3'

red 208 ◦ green 175 ◦ blue 163

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

Shades of Clam Shell #D0AFA3

Tints of Clam Shell #D0AFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29.85%

R = 38.1%
G = 32.05%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D0AFA3 (or 0xD0AFA3) is known color: Clam Shell. HEX triplet: D0, AF and A3. RGB value is (208,175,163). Sum of RGB (Red+Green+Blue) = 208+175+163=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AFA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AFA3 is #2F505C. Grayscale: #B7B7B7. Windows color (decimal): -3100765 or 10727376. OLE color: 10727376.

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

Color convert

RGB 208 175 163 -
CMYK 0 0.16 0.22 0.18
HSL 16º 0.32% 0.73% -
HSV(B) 16º 0.22% 0.82% -
XYZ 47.95 46.71 41.14 -
YUV 183.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 208 175 163 0 0.16 0.22 0.18 16 0.32 0.73
Hex D0 AF A3 0 10 16 12 10 20 49
Octal 320 257 243 0 20 26 22 20 40 111
Binary 11010000 10101111 10100011 0 10000 10110 10010 10000 100000 1001001

Color Harmonies of #D0AFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFA3

Black with #D0AFA3

Text Example


Text Example

White with #D0AFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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