Html Css Color HEX #D6AC6D Putty

📋 copy color: '#D6AC6D'

red 214 ◦ green 172 ◦ blue 109

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

Shades of Putty #D6AC6D

Tints of Putty #D6AC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.02%

R = 43.23%
G = 34.75%
B = 22.02%

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

#D6AC6D (or 0xD6AC6D) is known color: Putty. HEX triplet: D6, AC and 6D. RGB value is (214,172,109). Sum of RGB (Red+Green+Blue) = 214+172+109=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC6D is #295392. Grayscale: #B1B1B1. Windows color (decimal): -2708371 or 7187670. OLE color: 7187670.

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

Color convert

RGB 214 172 109 -
CMYK 0 0.20 0.49 0.16
HSL 36º 0.56% 0.63% -
HSV(B) 36º 0.49% 0.84% -
XYZ 45.24 44.91 20.75 -
YUV 177.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 214 172 109 0 0.20 0.49 0.16 36 0.56 0.63
Hex D6 AC 6D 0 14 31 10 24 38 3F
Octal 326 254 155 0 24 61 20 44 70 77
Binary 11010110 10101100 1101101 0 10100 110001 10000 100100 111000 111111

Color Harmonies of #D6AC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AC6D

Black with #D6AC6D

Text Example


Text Example

White with #D6AC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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