Html Css Color HEX #D6AD71 Putty

📋 copy color: '#D6AD71'

red 214 ◦ green 173 ◦ blue 113

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

Shades of Putty #D6AD71

Tints of Putty #D6AD71

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.6%

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

R = 42.8%
G = 34.6%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6AD71 (or 0xD6AD71) is known color: Putty. HEX triplet: D6, AD and 71. RGB value is (214,173,113). Sum of RGB (Red+Green+Blue) = 214+173+113=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD71 is #29528E. Grayscale: #B2B2B2. Windows color (decimal): -2708111 or 7450070. OLE color: 7450070.

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

Color convert

RGB 214 173 113 -
CMYK 0 0.19 0.47 0.16
HSL 35.64º 0.55% 0.64% -
HSV(B) 35.64º 0.47% 0.84% -
XYZ 45.66 45.38 21.97 -
YUV 178.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 214 173 113 0 0.19 0.47 0.16 35.64 0.55 0.64
Hex D6 AD 71 0 13 2F 10 24 37 40
Octal 326 255 161 0 23 57 20 44 67 100
Binary 11010110 10101101 1110001 0 10011 101111 10000 100100 110111 1000000

Color Harmonies of #D6AD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD71

Black with #D6AD71

Text Example


Text Example

White with #D6AD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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