Html Css Color HEX #D5B2A0 Clam Shell

📋 copy color: '#D5B2A0'

red 213 ◦ green 178 ◦ blue 160

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

Shades of Clam Shell #D5B2A0

Tints of Clam Shell #D5B2A0

RGB

 RED value IS 213 (83.59% from 255) = 38.66%

 GREEN value IS 178 (69.92% from 255) = 32.3%

 BLUE value IS 160 (62.89% from 255) = 29.04%

R = 38.66%
G = 32.3%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5B2A0 (or 0xD5B2A0) is known color: Clam Shell. HEX triplet: D5, B2 and A0. RGB value is (213,178,160). Sum of RGB (Red+Green+Blue) = 213+178+160=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B2A0 is #2A4D5F. Grayscale: #BABABA. Windows color (decimal): -2772320 or 10531541. OLE color: 10531541.

HSL color Cylindrical-coordinate representation of color #D5B2A0: hue angle of 20.38º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5B2A0 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 178 160 -
CMYK 0 0.16 0.25 0.16
HSL 20.38º 0.39% 0.73% -
HSV(B) 20.38º 0.25% 0.84% -
XYZ 49.71 48.52 40 -
YUV 186.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 213 178 160 0 0.16 0.25 0.16 20.38 0.39 0.73
Hex D5 B2 A0 0 10 19 10 14 27 49
Octal 325 262 240 0 20 31 20 24 47 111
Binary 11010101 10110010 10100000 0 10000 11001 10000 10100 100111 1001001

Color Harmonies of #D5B2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B2A0

Black with #D5B2A0

Text Example


Text Example

White with #D5B2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B2A0; }

 p { color: rgb(213,178,160); }

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

background-color css

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

 a { background-color: rgb(213,178,160); }

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

border-color css

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

 span { border-color: rgb(213,178,160); }

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