#D9AD74

Color #D9AD74 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #D9AD74

Tints of Putty #D9AD74

Color information

#D9AD74 (or 0xD9AD74) is unknown color: approx Putty. HEX triplet: D9, AD and 74. RGB value is (217,173,116). Sum of RGB (Red+Green+Blue) = 217+173+116=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD74 is #26528B. Grayscale: #B3B3B3. Windows color (decimal): -2511500 or 7646681. OLE color: 7646681.

HSL color Cylindrical-coordinate representation of color #D9AD74: hue angle of 33.86º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9AD74 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB217173116-
CMYK00.200.470.15
HSL33.86º57.06%65.29%-
HSV(B)33.86º46.54%85.1%-
XYZ46.7145.922.92-
YUV179.6692.08154.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.89%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 116 (45.70% from 255) = 22.92%
R=42.89%
G=34.19%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717311600.200.470.1533.8657.0665.29
HexD9AD740142FF223941
Octal33125516402457174271101
Binary1101100110101101111010001010010111111111000101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AD74; }

 p { color: rgb(217,173,116); }

 H1.HeaderClassName
 {
   color: #D9AD74;
 }
 .AnyTagClassName
 {
   color: #D9AD74;
 }
</style>
background-color css

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

 a { background-color: rgb(217,173,116); }

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

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

 span { border-color: rgb(217,173,116); }

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