Html Css Color HEX #D5AB77 Putty

📋 copy color: '#D5AB77'

red 213 ◦ green 171 ◦ blue 119

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

Shades of Putty #D5AB77

Tints of Putty #D5AB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.66%

R = 42.35%
G = 34%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D5AB77 (or 0xD5AB77) is known color: Putty. HEX triplet: D5, AB and 77. RGB value is (213,171,119). Sum of RGB (Red+Green+Blue) = 213+171+119=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB77 is #2A5488. Grayscale: #B1B1B1. Windows color (decimal): -2774153 or 7842773. OLE color: 7842773.

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

Color convert

RGB 213 171 119 -
CMYK 0 0.20 0.44 0.16
HSL 33.19º 0.53% 0.65% -
HSV(B) 33.19º 0.44% 0.84% -
XYZ 45.33 44.6 23.67 -
YUV 177.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 213 171 119 0 0.20 0.44 0.16 33.19 0.53 0.65
Hex D5 AB 77 0 14 2C 10 21 35 41
Octal 325 253 167 0 24 54 20 41 65 101
Binary 11010101 10101011 1110111 0 10100 101100 10000 100001 110101 1000001

Color Harmonies of #D5AB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB77

Black with #D5AB77

Text Example


Text Example

White with #D5AB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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