Html Css Color HEX #D8AC74 Putty

📋 copy color: '#D8AC74'

red 216 ◦ green 172 ◦ blue 116

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

Shades of Putty #D8AC74

Tints of Putty #D8AC74

RGB

 RED value IS 216 (84.77% from 255) = 42.86%

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

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

R = 42.86%
G = 34.13%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D8AC74 (or 0xD8AC74) is known color: Putty. HEX triplet: D8, AC and 74. RGB value is (216,172,116). Sum of RGB (Red+Green+Blue) = 216+172+116=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC74 is #27538B. Grayscale: #B3B3B3. Windows color (decimal): -2577292 or 7646424. OLE color: 7646424.

HSL color Cylindrical-coordinate representation of color #D8AC74: hue angle of 33.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8AC74 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 116 -
CMYK 0 0.20 0.46 0.15
HSL 33.6º 0.56% 0.65% -
HSV(B) 33.6º 0.46% 0.85% -
XYZ 46.22 45.36 22.84 -
YUV 178.77 92.58 154.55 -
System Red Green Blue C M Y K H S L
Decimal 216 172 116 0 0.20 0.46 0.15 33.6 0.56 0.65
Hex D8 AC 74 0 14 2E F 22 38 41
Octal 330 254 164 0 24 56 17 42 70 101
Binary 11011000 10101100 1110100 0 10100 101110 1111 100010 111000 1000001

Color Harmonies of #D8AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC74

Black with #D8AC74

Text Example


Text Example

White with #D8AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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