#DBA80B

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

Shades of Gamboge #DBA80B

Tints of Gamboge #DBA80B

Color information

#DBA80B (or 0xDBA80B) is unknown color: approx Gamboge. HEX triplet: DB, A8 and 0B. RGB value is (219,168,11). Sum of RGB (Red+Green+Blue) = 219+168+11=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA80B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA80B is #2457F4. Grayscale: #A6A6A6. Windows color (decimal): -2381813 or 764123. OLE color: 764123.

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

Color convert

RGB21916811-
CMYK00.230.950.14
HSL45.29º90.43%45.1%-
HSV(B)45.29º94.98%85.88%-
XYZ43.2843.096.35-
YUV165.3540.9166.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 55.03%
GREEN value IS 168 (66.02% from 255) = 42.21%
BLUE value IS 11 (4.69% from 255) = 2.76%
R=55.03%
G=42.21%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191681100.230.950.1445.2990.4345.1
HexDBA8B0175FE2d5a2d
Octal33325013027137165513255
Binary11011011101010001011010111101111111101011011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA80B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA80B; }

 p { color: rgb(219,168,11); }

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

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

 a { background-color: rgb(219,168,11); }

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

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

 span { border-color: rgb(219,168,11); }

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