Html Css Color HEX #D5AB76 Putty

📋 copy color: '#D5AB76'

red 213 ◦ green 171 ◦ blue 118

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

Shades of Putty #D5AB76

Tints of Putty #D5AB76

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.06%

 BLUE value IS 118 (46.48% from 255) = 23.51%

R = 42.43%
G = 34.06%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5AB76 (or 0xD5AB76) is known color: Putty. HEX triplet: D5, AB and 76. RGB value is (213,171,118). Sum of RGB (Red+Green+Blue) = 213+171+118=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB76 is #2A5489. Grayscale: #B1B1B1. Windows color (decimal): -2774154 or 7777237. OLE color: 7777237.

HSL color Cylindrical-coordinate representation of color #D5AB76: hue angle of 33.47º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5AB76 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 171 118 -
CMYK 0 0.20 0.45 0.16
HSL 33.47º 0.53% 0.65% -
HSV(B) 33.47º 0.45% 0.84% -
XYZ 45.27 44.58 23.36 -
YUV 177.52 94.41 153.31 -
System Red Green Blue C M Y K H S L
Decimal 213 171 118 0 0.20 0.45 0.16 33.47 0.53 0.65
Hex D5 AB 76 0 14 2D 10 21 35 41
Octal 325 253 166 0 24 55 20 41 65 101
Binary 11010101 10101011 1110110 0 10100 101101 10000 100001 110101 1000001

Color Harmonies of #D5AB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB76

Black with #D5AB76

Text Example


Text Example

White with #D5AB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB76; }

 p { color: rgb(213,171,118); }

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

background-color css

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

 a { background-color: rgb(213,171,118); }

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

border-color css

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

 span { border-color: rgb(213,171,118); }

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