#DBB06F

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

Shades of Putty #DBB06F

Tints of Putty #DBB06F

Color information

#DBB06F (or 0xDBB06F) is unknown color: approx Putty. HEX triplet: DB, B0 and 6F. RGB value is (219,176,111). Sum of RGB (Red+Green+Blue) = 219+176+111=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB06F is #244F90. Grayscale: #B5B5B5. Windows color (decimal): -2379665 or 7319771. OLE color: 7319771.

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

Color convert

RGB219176111-
CMYK00.200.490.14
HSL36.11º60%64.71%-
HSV(B)36.11º49.32%85.88%-
XYZ47.6147.2621.65-
YUV181.4588.25154.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.28%
GREEN value IS 176 (69.14% from 255) = 34.78%
BLUE value IS 111 (43.75% from 255) = 21.94%
R=43.28%
G=34.78%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917611100.200.490.1436.116064.71
HexDBB06F01431E243c41
Octal33326015702461164474101
Binary1101101110110000110111101010011000111101001001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB06F; }

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

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

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

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

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

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

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

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