#d6af77

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

Shades of Putty #D6AF77

Tints of Putty #D6AF77

Color information

#D6AF77 (or 0xD6AF77) is unknown color: approx Putty. HEX triplet: D6, AF and 77. RGB value is (214,175,119). Sum of RGB (Red+Green+Blue) = 214+175+119=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF77 is #295088. Grayscale: #B4B4B4. Windows color (decimal): -2707593 or 7843798. OLE color: 7843798.

HSL color Cylindrical-coordinate representation of color #D6AF77: hue angle of 35.37º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6AF77 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB214175119-
CMYK00.180.440.16
HSL35.37º53.67%65.29%-
HSV(B)35.37º44.39%83.92%-
XYZ46.3946.2923.94-
YUV180.2893.42152.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 119 (46.88% from 255) = 23.43%
R=42.13%
G=34.45%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417511900.180.440.1635.3753.6765.29
HexD6AF770122C10233641
Octal32625716702254204366101
Binary11010110101011111110111010010101100100001000111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6af77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6af77; }

 p { color: rgb(214,175,119); }

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

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

 a { background-color: rgb(214,175,119); }

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

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

 span { border-color: rgb(214,175,119); }

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