Html Css Color HEX #DB9F14 Gamboge

📋 copy color: '#DB9F14'

red 219 ◦ green 159 ◦ blue 20

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

Shades of Gamboge #DB9F14

Tints of Gamboge #DB9F14

RGB

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

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

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

R = 55.03%
G = 39.95%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB9F14 (or 0xDB9F14) is known color: Gamboge. HEX triplet: DB, 9F and 14. RGB value is (219,159,20). Sum of RGB (Red+Green+Blue) = 219+159+20=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9F14 is #2460EB. Grayscale: #A1A1A1. Windows color (decimal): -2384108 or 1351643. OLE color: 1351643.

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

Color convert

RGB 219 159 20 -
CMYK 0 0.27 0.91 0.14
HSL 41.91º 0.83% 0.47% -
HSV(B) 41.91º 0.91% 0.86% -
XYZ 41.74 39.91 6.16 -
YUV 161.09 48.38 169.3 -
System Red Green Blue C M Y K H S L
Decimal 219 159 20 0 0.27 0.91 0.14 41.91 0.83 0.47
Hex DB 9F 14 0 1B 5B E 2A 53 2F
Octal 333 237 24 0 33 133 16 52 123 57
Binary 11011011 10011111 10100 0 11011 1011011 1110 101010 1010011 101111

Color Harmonies of #DB9F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F14

Black with #DB9F14

Text Example


Text Example

White with #DB9F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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