Html Css Color HEX #D6AC74 Putty

📋 copy color: '#D6AC74'

red 214 ◦ green 172 ◦ blue 116

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

Shades of Putty #D6AC74

Tints of Putty #D6AC74

RGB

 RED value IS 214 (83.98% from 255) = 42.63%

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

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

R = 42.63%
G = 34.26%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D6AC74 (or 0xD6AC74) is known color: Putty. HEX triplet: D6, AC and 74. RGB value is (214,172,116). Sum of RGB (Red+Green+Blue) = 214+172+116=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC74 is #29538B. Grayscale: #B2B2B2. Windows color (decimal): -2708364 or 7646422. OLE color: 7646422.

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

Color convert

RGB 214 172 116 -
CMYK 0 0.20 0.46 0.16
HSL 34.29º 0.54% 0.65% -
HSV(B) 34.29º 0.46% 0.84% -
XYZ 45.64 45.06 22.82 -
YUV 178.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 214 172 116 0 0.20 0.46 0.16 34.29 0.54 0.65
Hex D6 AC 74 0 14 2E 10 22 36 41
Octal 326 254 164 0 24 56 20 42 66 101
Binary 11010110 10101100 1110100 0 10100 101110 10000 100010 110110 1000001

Color Harmonies of #D6AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC74

Black with #D6AC74

Text Example


Text Example

White with #D6AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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