#DBA909

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

Shades of Gamboge #DBA909

Tints of Gamboge #DBA909

Color information

#DBA909 (or 0xDBA909) is unknown color: approx Gamboge. HEX triplet: DB, A9 and 09. RGB value is (219,169,9). Sum of RGB (Red+Green+Blue) = 219+169+9=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA909 is #2456F6. Grayscale: #A6A6A6. Windows color (decimal): -2381559 or 633307. OLE color: 633307.

HSL color Cylindrical-coordinate representation of color #DBA909: hue angle of 45.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBA909 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB2191699-
CMYK00.230.960.14
HSL45.71º92.11%44.71%-
HSV(B)45.71º95.89%85.88%-
XYZ43.4543.466.36-
YUV165.7139.56166.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.16%
GREEN value IS 169 (66.41% from 255) = 42.57%
BLUE value IS 9 (3.91% from 255) = 2.27%
R=55.16%
G=42.57%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219169900.230.960.1445.7192.1144.71
HexDBA9901760E2e5c2d
Octal33325111027140165613455
Binary11011011101010011001010111110000011101011101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA909; }

 p { color: rgb(219,169,9); }

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

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

 a { background-color: rgb(219,169,9); }

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

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

 span { border-color: rgb(219,169,9); }

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