Html Css Color HEX #D1AE72 Putty

📋 copy color: '#D1AE72'

red 209 ◦ green 174 ◦ blue 114

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

Shades of Putty #D1AE72

Tints of Putty #D1AE72

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.01%

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

R = 42.05%
G = 35.01%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D1AE72 (or 0xD1AE72) is known color: Putty. HEX triplet: D1, AE and 72. RGB value is (209,174,114). Sum of RGB (Red+Green+Blue) = 209+174+114=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AE72 is #2E518D. Grayscale: #B1B1B1. Windows color (decimal): -3035534 or 7515857. OLE color: 7515857.

HSL color Cylindrical-coordinate representation of color #D1AE72: hue angle of 37.89º 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 #D1AE72 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 174 114 -
CMYK 0 0.17 0.45 0.18
HSL 37.89º 0.51% 0.63% -
HSV(B) 37.89º 0.45% 0.82% -
XYZ 44.47 45.04 22.27 -
YUV 177.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 209 174 114 0 0.17 0.45 0.18 37.89 0.51 0.63
Hex D1 AE 72 0 11 2D 12 26 33 3F
Octal 321 256 162 0 21 55 22 46 63 77
Binary 11010001 10101110 1110010 0 10001 101101 10010 100110 110011 111111

Color Harmonies of #D1AE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AE72

Black with #D1AE72

Text Example


Text Example

White with #D1AE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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