Html Css Color HEX #D1AC6D Putty

📋 copy color: '#D1AC6D'

red 209 ◦ green 172 ◦ blue 109

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

Shades of Putty #D1AC6D

Tints of Putty #D1AC6D

RGB

 RED value IS 209 (82.03% from 255) = 42.65%

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

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

R = 42.65%
G = 35.1%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1AC6D (or 0xD1AC6D) is known color: Putty. HEX triplet: D1, AC and 6D. RGB value is (209,172,109). Sum of RGB (Red+Green+Blue) = 209+172+109=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AC6D is #2E5392. Grayscale: #B0B0B0. Windows color (decimal): -3036051 or 7187665. OLE color: 7187665.

HSL color Cylindrical-coordinate representation of color #D1AC6D: hue angle of 37.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1AC6D is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 172 109 -
CMYK 0 0.18 0.48 0.18
HSL 37.8º 0.52% 0.62% -
HSV(B) 37.8º 0.48% 0.82% -
XYZ 43.81 44.16 20.68 -
YUV 175.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 209 172 109 0 0.18 0.48 0.18 37.8 0.52 0.62
Hex D1 AC 6D 0 12 30 12 26 34 3E
Octal 321 254 155 0 22 60 22 46 64 76
Binary 11010001 10101100 1101101 0 10010 110000 10010 100110 110100 111110

Color Harmonies of #D1AC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC6D

Black with #D1AC6D

Text Example


Text Example

White with #D1AC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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