Html Css Color HEX #D6A671 Putty

📋 copy color: '#D6A671'

red 214 ◦ green 166 ◦ blue 113

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

Shades of Putty #D6A671

Tints of Putty #D6A671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.67%

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

R = 43.41%
G = 33.67%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6A671 (or 0xD6A671) is known color: Putty. HEX triplet: D6, A6 and 71. RGB value is (214,166,113). Sum of RGB (Red+Green+Blue) = 214+166+113=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A671 is #29598E. Grayscale: #AEAEAE. Windows color (decimal): -2709903 or 7448278. OLE color: 7448278.

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

Color convert

RGB 214 166 113 -
CMYK 0 0.22 0.47 0.16
HSL 31.49º 0.55% 0.64% -
HSV(B) 31.49º 0.47% 0.84% -
XYZ 44.35 42.76 21.54 -
YUV 174.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 214 166 113 0 0.22 0.47 0.16 31.49 0.55 0.64
Hex D6 A6 71 0 16 2F 10 1F 37 40
Octal 326 246 161 0 26 57 20 37 67 100
Binary 11010110 10100110 1110001 0 10110 101111 10000 11111 110111 1000000

Color Harmonies of #D6A671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A671

Black with #D6A671

Text Example


Text Example

White with #D6A671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A671; }

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

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

background-color css

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

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

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

border-color css

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

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

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