Html Css Color HEX #D5AC74 Putty

📋 copy color: '#D5AC74'

red 213 ◦ green 172 ◦ blue 116

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

Shades of Putty #D5AC74

Tints of Putty #D5AC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.15%

R = 42.51%
G = 34.33%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D5AC74 (or 0xD5AC74) is known color: Putty. HEX triplet: D5, AC and 74. RGB value is (213,172,116). Sum of RGB (Red+Green+Blue) = 213+172+116=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC74 is #2A538B. Grayscale: #B2B2B2. Windows color (decimal): -2773900 or 7646421. OLE color: 7646421.

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

Color convert

RGB 213 172 116 -
CMYK 0 0.19 0.46 0.16
HSL 34.64º 0.54% 0.65% -
HSV(B) 34.64º 0.46% 0.84% -
XYZ 45.35 44.91 22.8 -
YUV 177.88 93.08 153.05 -
System Red Green Blue C M Y K H S L
Decimal 213 172 116 0 0.19 0.46 0.16 34.64 0.54 0.65
Hex D5 AC 74 0 13 2E 10 23 36 41
Octal 325 254 164 0 23 56 20 43 66 101
Binary 11010101 10101100 1110100 0 10011 101110 10000 100011 110110 1000001

Color Harmonies of #D5AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC74

Black with #D5AC74

Text Example


Text Example

White with #D5AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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