#DBB373

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

Shades of Putty #DBB373

Tints of Putty #DBB373

Color information

#DBB373 (or 0xDBB373) is unknown color: approx Putty. HEX triplet: DB, B3 and 73. RGB value is (219,179,115). Sum of RGB (Red+Green+Blue) = 219+179+115=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB373 is #244C8C. Grayscale: #B7B7B7. Windows color (decimal): -2378893 or 7582683. OLE color: 7582683.

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

Color convert

RGB219179115-
CMYK00.180.470.14
HSL36.92º59.09%65.49%-
HSV(B)36.92º47.49%85.88%-
XYZ48.4348.5423.04-
YUV183.6689.25153.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.69%
GREEN value IS 179 (70.31% from 255) = 34.89%
BLUE value IS 115 (45.31% from 255) = 22.42%
R=42.69%
G=34.89%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917911500.180.470.1436.9259.0965.49
HexDBB3730122FE253b41
Octal33326316302257164573101
Binary1101101110110011111001101001010111111101001011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB373; }

 p { color: rgb(219,179,115); }

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

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

 a { background-color: rgb(219,179,115); }

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

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

 span { border-color: rgb(219,179,115); }

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