Html Css Color HEX #DB9F0F Gamboge

📋 copy color: '#DB9F0F'

red 219 ◦ green 159 ◦ blue 15

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

Shades of Gamboge #DB9F0F

Tints of Gamboge #DB9F0F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.46%

 BLUE value IS 15 (6.25% from 255) = 3.82%

R = 55.73%
G = 40.46%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB9F0F (or 0xDB9F0F) is known color: Gamboge. HEX triplet: DB, 9F and 0F. RGB value is (219,159,15). Sum of RGB (Red+Green+Blue) = 219+159+15=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9F0F is #2460F0. Grayscale: #A1A1A1. Windows color (decimal): -2384113 or 1023963. OLE color: 1023963.

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

Color convert

RGB 219 159 15 -
CMYK 0 0.27 0.93 0.14
HSL 42.35º 0.87% 0.46% -
HSV(B) 42.35º 0.93% 0.86% -
XYZ 41.7 39.89 5.95 -
YUV 160.52 45.88 169.71 -
System Red Green Blue C M Y K H S L
Decimal 219 159 15 0 0.27 0.93 0.14 42.35 0.87 0.46
Hex DB 9F F 0 1B 5D E 2A 57 2E
Octal 333 237 17 0 33 135 16 52 127 56
Binary 11011011 10011111 1111 0 11011 1011101 1110 101010 1010111 101110

Color Harmonies of #DB9F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F0F

Black with #DB9F0F

Text Example


Text Example

White with #DB9F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F0F; }

 p { color: rgb(219,159,15); }

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

background-color css

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

 a { background-color: rgb(219,159,15); }

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

border-color css

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

 span { border-color: rgb(219,159,15); }

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