Html Css Color HEX #D6AF71 Putty

📋 copy color: '#D6AF71'

red 214 ◦ green 175 ◦ blue 113

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

Shades of Putty #D6AF71

Tints of Putty #D6AF71

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.86%

 BLUE value IS 113 (44.53% from 255) = 22.51%

R = 42.63%
G = 34.86%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6AF71 (or 0xD6AF71) is known color: Putty. HEX triplet: D6, AF and 71. RGB value is (214,175,113). Sum of RGB (Red+Green+Blue) = 214+175+113=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF71 is #29508E. Grayscale: #B3B3B3. Windows color (decimal): -2707599 or 7450582. OLE color: 7450582.

HSL color Cylindrical-coordinate representation of color #D6AF71: hue angle of 36.83º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6AF71 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 175 113 -
CMYK 0 0.18 0.47 0.16
HSL 36.83º 0.55% 0.64% -
HSV(B) 36.83º 0.47% 0.84% -
XYZ 46.04 46.15 22.1 -
YUV 179.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 214 175 113 0 0.18 0.47 0.16 36.83 0.55 0.64
Hex D6 AF 71 0 12 2F 10 25 37 40
Octal 326 257 161 0 22 57 20 45 67 100
Binary 11010110 10101111 1110001 0 10010 101111 10000 100101 110111 1000000

Color Harmonies of #D6AF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF71

Black with #D6AF71

Text Example


Text Example

White with #D6AF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF71; }

 p { color: rgb(214,175,113); }

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

background-color css

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

 a { background-color: rgb(214,175,113); }

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

border-color css

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

 span { border-color: rgb(214,175,113); }

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