#DBAD6F

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

Shades of Putty #DBAD6F

Tints of Putty #DBAD6F

Color information

#DBAD6F (or 0xDBAD6F) is unknown color: approx Putty. HEX triplet: DB, AD and 6F. RGB value is (219,173,111). Sum of RGB (Red+Green+Blue) = 219+173+111=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD6F is #245290. Grayscale: #B3B3B3. Windows color (decimal): -2380433 or 7319003. OLE color: 7319003.

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

Color convert

RGB219173111-
CMYK00.210.490.14
HSL34.44º60%64.71%-
HSV(B)34.44º49.32%85.88%-
XYZ47.0346.0921.46-
YUV179.6989.24156.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.54%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 111 (43.75% from 255) = 22.07%
R=43.54%
G=34.39%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917311100.210.490.1434.446064.71
HexDBAD6F01531E223c41
Octal33325515702561164274101
Binary1101101110101101110111101010111000111101000101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAD6F; }

 p { color: rgb(219,173,111); }

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

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

 a { background-color: rgb(219,173,111); }

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

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

 span { border-color: rgb(219,173,111); }

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