#DBB470

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

Shades of Putty #DBB470

Tints of Putty #DBB470

Color information

#DBB470 (or 0xDBB470) is unknown color: approx Putty. HEX triplet: DB, B4 and 70. RGB value is (219,180,112). Sum of RGB (Red+Green+Blue) = 219+180+112=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB470 is #244B8F. Grayscale: #B8B8B8. Windows color (decimal): -2378640 or 7386331. OLE color: 7386331.

HSL color Cylindrical-coordinate representation of color #DBB470: hue angle of 38.13º 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 #DBB470 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB219180112-
CMYK00.180.490.14
HSL38.13º59.78%64.9%-
HSV(B)38.13º48.86%85.88%-
XYZ48.4648.8722.21-
YUV183.9187.42153.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.86%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 112 (44.14% from 255) = 21.92%
R=42.86%
G=35.23%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918011200.180.490.1438.1359.7864.9
HexDBB47001231E263c41
Octal33326416002261164674101
Binary1101101110110100111000001001011000111101001101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB470; }

 p { color: rgb(219,180,112); }

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

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

 a { background-color: rgb(219,180,112); }

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

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

 span { border-color: rgb(219,180,112); }

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