Html Css Color HEX #DBA50B Gamboge

📋 copy color: '#DBA50B'

red 219 ◦ green 165 ◦ blue 11

#DBA50B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #DBA50B

Tints of Gamboge #DBA50B

RGB

 RED value IS 219 (85.94% from 255) = 55.44%

 GREEN value IS 165 (64.84% from 255) = 41.77%

 BLUE value IS 11 (4.69% from 255) = 2.78%

R = 55.44%
G = 41.77%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBA50B (or 0xDBA50B) is known color: Gamboge. HEX triplet: DB, A5 and 0B. RGB value is (219,165,11). Sum of RGB (Red+Green+Blue) = 219+165+11=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA50B is #245AF4. Grayscale: #A4A4A4. Windows color (decimal): -2382581 or 763355. OLE color: 763355.

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

Color convert

RGB 219 165 11 -
CMYK 0 0.25 0.95 0.14
HSL 44.42º 0.9% 0.45% -
HSV(B) 44.42º 0.95% 0.86% -
XYZ 42.73 41.99 6.17 -
YUV 163.59 41.89 167.52 -
System Red Green Blue C M Y K H S L
Decimal 219 165 11 0 0.25 0.95 0.14 44.42 0.9 0.45
Hex DB A5 B 0 19 5F E 2C 5A 2D
Octal 333 245 13 0 31 137 16 54 132 55
Binary 11011011 10100101 1011 0 11001 1011111 1110 101100 1011010 101101

Color Harmonies of #DBA50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA50B

Black with #DBA50B

Text Example


Text Example

White with #DBA50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA50B; }

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

 H1.HeaderClassName
 {
   color: #DBA50B;
 }
 .AnyTagClassName
 {
   color: #DBA50B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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