Html Css Color HEX #DB9B0E Gamboge

📋 copy color: '#DB9B0E'

red 219 ◦ green 155 ◦ blue 14

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

Shades of Gamboge #DB9B0E

Tints of Gamboge #DB9B0E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.95%

 BLUE value IS 14 (5.86% from 255) = 3.61%

R = 56.44%
G = 39.95%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB9B0E (or 0xDB9B0E) is known color: Gamboge. HEX triplet: DB, 9B and 0E. RGB value is (219,155,14). Sum of RGB (Red+Green+Blue) = 219+155+14=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9B0E is #2464F1. Grayscale: #9E9E9E. Windows color (decimal): -2385138 or 957403. OLE color: 957403.

HSL color Cylindrical-coordinate representation of color #DB9B0E: hue angle of 41.27º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB9B0E is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 155 14 -
CMYK 0 0.29 0.94 0.14
HSL 41.27º 0.88% 0.46% -
HSV(B) 41.27º 0.94% 0.86% -
XYZ 41.01 38.53 5.69 -
YUV 158.06 46.7 171.46 -
System Red Green Blue C M Y K H S L
Decimal 219 155 14 0 0.29 0.94 0.14 41.27 0.88 0.46
Hex DB 9B E 0 1D 5E E 29 58 2E
Octal 333 233 16 0 35 136 16 51 130 56
Binary 11011011 10011011 1110 0 11101 1011110 1110 101001 1011000 101110

Color Harmonies of #DB9B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B0E

Black with #DB9B0E

Text Example


Text Example

White with #DB9B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B0E; }

 p { color: rgb(219,155,14); }

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

background-color css

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

 a { background-color: rgb(219,155,14); }

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

border-color css

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

 span { border-color: rgb(219,155,14); }

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