Html Css Color HEX #DB8F0F Gamboge

📋 copy color: '#DB8F0F'

red 219 ◦ green 143 ◦ blue 15

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

Shades of Gamboge #DB8F0F

Tints of Gamboge #DB8F0F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.93%

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

R = 58.09%
G = 37.93%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB8F0F (or 0xDB8F0F) is known color: Gamboge. HEX triplet: DB, 8F and 0F. RGB value is (219,143,15). Sum of RGB (Red+Green+Blue) = 219+143+15=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8F0F is #2470F0. Grayscale: #979797. Windows color (decimal): -2388209 or 1019867. OLE color: 1019867.

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

Color convert

RGB 219 143 15 -
CMYK 0 0.35 0.93 0.14
HSL 37.65º 0.87% 0.46% -
HSV(B) 37.65º 0.93% 0.86% -
XYZ 39.12 34.74 5.1 -
YUV 151.13 51.18 176.41 -
System Red Green Blue C M Y K H S L
Decimal 219 143 15 0 0.35 0.93 0.14 37.65 0.87 0.46
Hex DB 8F F 0 23 5D E 26 57 2E
Octal 333 217 17 0 43 135 16 46 127 56
Binary 11011011 10001111 1111 0 100011 1011101 1110 100110 1010111 101110

Color Harmonies of #DB8F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F0F

Black with #DB8F0F

Text Example


Text Example

White with #DB8F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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