#DBB570

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

Shades of Putty #DBB570

Tints of Putty #DBB570

Color information

#DBB570 (or 0xDBB570) is unknown color: approx Putty. HEX triplet: DB, B5 and 70. RGB value is (219,181,112). Sum of RGB (Red+Green+Blue) = 219+181+112=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB570 is #244A8F. Grayscale: #B8B8B8. Windows color (decimal): -2378384 or 7386587. OLE color: 7386587.

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

Color convert

RGB219181112-
CMYK00.170.490.14
HSL38.69º59.78%64.9%-
HSV(B)38.69º48.86%85.88%-
XYZ48.6649.2822.28-
YUV184.587.09152.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.77%
GREEN value IS 181 (71.09% from 255) = 35.35%
BLUE value IS 112 (44.14% from 255) = 21.88%
R=42.77%
G=35.35%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918111200.170.490.1438.6959.7864.9
HexDBB57001131E273c41
Octal33326516002161164774101
Binary1101101110110101111000001000111000111101001111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB570; }

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

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

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

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

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

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

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

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