Html Css Color HEX #D5AC77 Putty

📋 copy color: '#D5AC77'

red 213 ◦ green 172 ◦ blue 119

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

Shades of Putty #D5AC77

Tints of Putty #D5AC77

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.13%

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

R = 42.26%
G = 34.13%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D5AC77 (or 0xD5AC77) is known color: Putty. HEX triplet: D5, AC and 77. RGB value is (213,172,119). Sum of RGB (Red+Green+Blue) = 213+172+119=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC77 is #2A5388. Grayscale: #B2B2B2. Windows color (decimal): -2773897 or 7843029. OLE color: 7843029.

HSL color Cylindrical-coordinate representation of color #D5AC77: hue angle of 33.83º 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 #D5AC77 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 172 119 -
CMYK 0 0.19 0.44 0.16
HSL 33.83º 0.53% 0.65% -
HSV(B) 33.83º 0.44% 0.84% -
XYZ 45.52 44.98 23.74 -
YUV 178.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 213 172 119 0 0.19 0.44 0.16 33.83 0.53 0.65
Hex D5 AC 77 0 13 2C 10 22 35 41
Octal 325 254 167 0 23 54 20 42 65 101
Binary 11010101 10101100 1110111 0 10011 101100 10000 100010 110101 1000001

Color Harmonies of #D5AC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC77

Black with #D5AC77

Text Example


Text Example

White with #D5AC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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