Html Css Color HEX #D6A871 Putty

📋 copy color: '#D6A871'

red 214 ◦ green 168 ◦ blue 113

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

Shades of Putty #D6A871

Tints of Putty #D6A871

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.94%

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

R = 43.23%
G = 33.94%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6A871 (or 0xD6A871) is known color: Putty. HEX triplet: D6, A8 and 71. RGB value is (214,168,113). Sum of RGB (Red+Green+Blue) = 214+168+113=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A871 is #29578E. Grayscale: #AFAFAF. Windows color (decimal): -2709391 or 7448790. OLE color: 7448790.

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

Color convert

RGB 214 168 113 -
CMYK 0 0.21 0.47 0.16
HSL 32.67º 0.55% 0.64% -
HSV(B) 32.67º 0.47% 0.84% -
XYZ 44.71 43.49 21.66 -
YUV 175.48 92.74 155.47 -
System Red Green Blue C M Y K H S L
Decimal 214 168 113 0 0.21 0.47 0.16 32.67 0.55 0.64
Hex D6 A8 71 0 15 2F 10 21 37 40
Octal 326 250 161 0 25 57 20 41 67 100
Binary 11010110 10101000 1110001 0 10101 101111 10000 100001 110111 1000000

Color Harmonies of #D6A871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A871

Black with #D6A871

Text Example


Text Example

White with #D6A871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A871; }

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

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

background-color css

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

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

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

border-color css

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

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

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