Html Css Color HEX #D9AE6D Putty

📋 copy color: '#D9AE6D'

red 217 ◦ green 174 ◦ blue 109

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

Shades of Putty #D9AE6D

Tints of Putty #D9AE6D

RGB

 RED value IS 217 (85.16% from 255) = 43.4%

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

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

R = 43.4%
G = 34.8%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9AE6D (or 0xD9AE6D) is known color: Putty. HEX triplet: D9, AE and 6D. RGB value is (217,174,109). Sum of RGB (Red+Green+Blue) = 217+174+109=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AE6D is #265192. Grayscale: #B3B3B3. Windows color (decimal): -2511251 or 7188185. OLE color: 7188185.

HSL color Cylindrical-coordinate representation of color #D9AE6D: hue angle of 36.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9AE6D is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 174 109 -
CMYK 0 0.20 0.50 0.15
HSL 36.11º 0.59% 0.64% -
HSV(B) 36.11º 0.5% 0.85% -
XYZ 46.51 46.13 20.92 -
YUV 179.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 217 174 109 0 0.20 0.50 0.15 36.11 0.59 0.64
Hex D9 AE 6D 0 14 32 F 24 3B 40
Octal 331 256 155 0 24 62 17 44 73 100
Binary 11011001 10101110 1101101 0 10100 110010 1111 100100 111011 1000000

Color Harmonies of #D9AE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AE6D

Black with #D9AE6D

Text Example


Text Example

White with #D9AE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AE6D; }

 p { color: rgb(217,174,109); }

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

background-color css

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

 a { background-color: rgb(217,174,109); }

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

border-color css

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

 span { border-color: rgb(217,174,109); }

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