#DAAF71

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

Shades of Putty #DAAF71

Tints of Putty #DAAF71

Color information

#DAAF71 (or 0xDAAF71) is unknown color: approx Putty. HEX triplet: DA, AF and 71. RGB value is (218,175,113). Sum of RGB (Red+Green+Blue) = 218+175+113=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF71 is #25508E. Grayscale: #B5B5B5. Windows color (decimal): -2445455 or 7450586. OLE color: 7450586.

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

Color convert

RGB218175113-
CMYK00.200.480.15
HSL35.43º58.66%64.9%-
HSV(B)35.43º48.17%85.49%-
XYZ47.2246.7622.16-
YUV180.7989.75154.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 113 (44.53% from 255) = 22.33%
R=43.08%
G=34.58%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817511300.200.480.1535.4358.6664.9
HexDAAF7101430F233b41
Octal33225716102460174373101
Binary1101101010101111111000101010011000011111000111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAF71; }

 p { color: rgb(218,175,113); }

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

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

 a { background-color: rgb(218,175,113); }

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

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

 span { border-color: rgb(218,175,113); }

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