#DAA76D

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

Shades of Putty #DAA76D

Tints of Putty #DAA76D

Color information

#DAA76D (or 0xDAA76D) is unknown color: approx Putty. HEX triplet: DA, A7 and 6D. RGB value is (218,167,109). Sum of RGB (Red+Green+Blue) = 218+167+109=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA76D is #255892. Grayscale: #AFAFAF. Windows color (decimal): -2447507 or 7186394. OLE color: 7186394.

HSL color Cylindrical-coordinate representation of color #DAA76D: hue angle of 31.93º degrees, saturation: 0.6, 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 #DAA76D is Cyan = 0, Magento = 0.23, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB218167109-
CMYK00.230.50.15
HSL31.93º59.56%64.12%-
HSV(B)31.93º50%85.49%-
XYZ45.4943.6520.49-
YUV175.6490.4158.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.13%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 109 (42.97% from 255) = 22.06%
R=44.13%
G=33.81%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816710900.230.50.1531.9359.5664.12
HexDAA76D01732F203c40
Octal33224715502762174074100
Binary1101101010100111110110101011111001011111000001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA76D; }

 p { color: rgb(218,167,109); }

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

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

 a { background-color: rgb(218,167,109); }

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

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

 span { border-color: rgb(218,167,109); }

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