Html Css Color HEX #D6AC6E Putty

📋 copy color: '#D6AC6E'

red 214 ◦ green 172 ◦ blue 110

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

Shades of Putty #D6AC6E

Tints of Putty #D6AC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.18%

R = 43.15%
G = 34.68%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6AC6E (or 0xD6AC6E) is known color: Putty. HEX triplet: D6, AC and 6E. RGB value is (214,172,110). Sum of RGB (Red+Green+Blue) = 214+172+110=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC6E is #295391. Grayscale: #B1B1B1. Windows color (decimal): -2708370 or 7253206. OLE color: 7253206.

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

Color convert

RGB 214 172 110 -
CMYK 0 0.20 0.49 0.16
HSL 35.77º 0.56% 0.64% -
HSV(B) 35.77º 0.49% 0.84% -
XYZ 45.3 44.93 21.04 -
YUV 177.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 214 172 110 0 0.20 0.49 0.16 35.77 0.56 0.64
Hex D6 AC 6E 0 14 31 10 24 38 40
Octal 326 254 156 0 24 61 20 44 70 100
Binary 11010110 10101100 1101110 0 10100 110001 10000 100100 111000 1000000

Color Harmonies of #D6AC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC6E

Black with #D6AC6E

Text Example


Text Example

White with #D6AC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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