#DBA66E

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

Shades of Putty #DBA66E

Tints of Putty #DBA66E

Color information

#DBA66E (or 0xDBA66E) is unknown color: approx Putty. HEX triplet: DB, A6 and 6E. RGB value is (219,166,110). Sum of RGB (Red+Green+Blue) = 219+166+110=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA66E is #245991. Grayscale: #AFAFAF. Windows color (decimal): -2382226 or 7251675. OLE color: 7251675.

HSL color Cylindrical-coordinate representation of color #DBA66E: hue angle of 30.83º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBA66E is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB219166110-
CMYK00.240.500.14
HSL30.83º60.22%64.51%-
HSV(B)30.83º49.77%85.88%-
XYZ45.6643.4620.73-
YUV175.4691.06159.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.24%
GREEN value IS 166 (65.23% from 255) = 33.54%
BLUE value IS 110 (43.36% from 255) = 22.22%
R=44.24%
G=33.54%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916611000.240.500.1430.8360.2264.51
HexDBA66E01832E1f3c41
Octal33324615603062163774101
Binary110110111010011011011100110001100101110111111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA66E; }

 p { color: rgb(219,166,110); }

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

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

 a { background-color: rgb(219,166,110); }

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

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

 span { border-color: rgb(219,166,110); }

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