Html Css Color HEX #D5B7A5 Clam Shell

📋 copy color: '#D5B7A5'

red 213 ◦ green 183 ◦ blue 165

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

Shades of Clam Shell #D5B7A5

Tints of Clam Shell #D5B7A5

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.62%

 BLUE value IS 165 (64.84% from 255) = 29.41%

R = 37.97%
G = 32.62%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D5B7A5 (or 0xD5B7A5) is known color: Clam Shell. HEX triplet: D5, B7 and A5. RGB value is (213,183,165). Sum of RGB (Red+Green+Blue) = 213+183+165=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B7A5 is #2A485A. Grayscale: #BEBEBE. Windows color (decimal): -2771035 or 10860501. OLE color: 10860501.

HSL color Cylindrical-coordinate representation of color #D5B7A5: hue angle of 22.5º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5B7A5 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 183 165 -
CMYK 0 0.14 0.23 0.16
HSL 22.5º 0.36% 0.74% -
HSV(B) 22.5º 0.23% 0.84% -
XYZ 51.17 50.73 42.69 -
YUV 189.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 213 183 165 0 0.14 0.23 0.16 22.5 0.36 0.74
Hex D5 B7 A5 0 E 17 10 16 24 4A
Octal 325 267 245 0 16 27 20 26 44 112
Binary 11010101 10110111 10100101 0 1110 10111 10000 10110 100100 1001010

Color Harmonies of #D5B7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B7A5

Black with #D5B7A5

Text Example


Text Example

White with #D5B7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B7A5; }

 p { color: rgb(213,183,165); }

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

background-color css

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

 a { background-color: rgb(213,183,165); }

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

border-color css

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

 span { border-color: rgb(213,183,165); }

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