Html Css Color HEX #DB8F14 Gamboge

📋 copy color: '#DB8F14'

red 219 ◦ green 143 ◦ blue 20

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

Shades of Gamboge #DB8F14

Tints of Gamboge #DB8F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.24%

R = 57.33%
G = 37.43%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB8F14 (or 0xDB8F14) is known color: Gamboge. HEX triplet: DB, 8F and 14. RGB value is (219,143,20). Sum of RGB (Red+Green+Blue) = 219+143+20=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8F14 is #2470EB. Grayscale: #989898. Windows color (decimal): -2388204 or 1347547. OLE color: 1347547.

HSL color Cylindrical-coordinate representation of color #DB8F14: hue angle of 37.09º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB8F14 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 143 20 -
CMYK 0 0.35 0.91 0.14
HSL 37.09º 0.83% 0.47% -
HSV(B) 37.09º 0.91% 0.86% -
XYZ 39.16 34.76 5.31 -
YUV 151.7 53.68 176 -
System Red Green Blue C M Y K H S L
Decimal 219 143 20 0 0.35 0.91 0.14 37.09 0.83 0.47
Hex DB 8F 14 0 23 5B E 25 53 2F
Octal 333 217 24 0 43 133 16 45 123 57
Binary 11011011 10001111 10100 0 100011 1011011 1110 100101 1010011 101111

Color Harmonies of #DB8F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F14

Black with #DB8F14

Text Example


Text Example

White with #DB8F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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