#DAAE70

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

Shades of Putty #DAAE70

Tints of Putty #DAAE70

Color information

#DAAE70 (or 0xDAAE70) is unknown color: approx Putty. HEX triplet: DA, AE and 70. RGB value is (218,174,112). Sum of RGB (Red+Green+Blue) = 218+174+112=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE70 is #25518F. Grayscale: #B4B4B4. Windows color (decimal): -2445712 or 7384794. OLE color: 7384794.

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

Color convert

RGB218174112-
CMYK00.200.490.15
HSL35.09º58.89%64.71%-
HSV(B)35.09º48.62%85.49%-
XYZ46.9746.3521.8-
YUV180.0989.58155.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 112 (44.14% from 255) = 22.22%
R=43.25%
G=34.52%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817411200.200.490.1535.0958.8964.71
HexDAAE7001431F233b41
Octal33225616002461174373101
Binary1101101010101110111000001010011000111111000111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE70; }

 p { color: rgb(218,174,112); }

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

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

 a { background-color: rgb(218,174,112); }

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

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

 span { border-color: rgb(218,174,112); }

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