Html Css Color HEX #D1AC72 Putty

📋 copy color: '#D1AC72'

red 209 ◦ green 172 ◦ blue 114

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

Shades of Putty #D1AC72

Tints of Putty #D1AC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.03%

R = 42.22%
G = 34.75%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D1AC72 (or 0xD1AC72) is known color: Putty. HEX triplet: D1, AC and 72. RGB value is (209,172,114). Sum of RGB (Red+Green+Blue) = 209+172+114=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AC72 is #2E538D. Grayscale: #B0B0B0. Windows color (decimal): -3036046 or 7515345. OLE color: 7515345.

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

Color convert

RGB 209 172 114 -
CMYK 0 0.18 0.45 0.18
HSL 36.63º 0.51% 0.63% -
HSV(B) 36.63º 0.45% 0.82% -
XYZ 44.08 44.28 22.14 -
YUV 176.45 92.76 151.22 -
System Red Green Blue C M Y K H S L
Decimal 209 172 114 0 0.18 0.45 0.18 36.63 0.51 0.63
Hex D1 AC 72 0 12 2D 12 25 33 3F
Octal 321 254 162 0 22 55 22 45 63 77
Binary 11010001 10101100 1110010 0 10010 101101 10010 100101 110011 111111

Color Harmonies of #D1AC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC72

Black with #D1AC72

Text Example


Text Example

White with #D1AC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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