Html Css Color HEX #DB9F13 Gamboge

📋 copy color: '#DB9F13'

red 219 ◦ green 159 ◦ blue 19

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

Shades of Gamboge #DB9F13

Tints of Gamboge #DB9F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.79%

R = 55.16%
G = 40.05%
B = 4.79%

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

#DB9F13 (or 0xDB9F13) is known color: Gamboge. HEX triplet: DB, 9F and 13. RGB value is (219,159,19). Sum of RGB (Red+Green+Blue) = 219+159+19=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9F13 is #2460EC. Grayscale: #A1A1A1. Windows color (decimal): -2384109 or 1286107. OLE color: 1286107.

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

Color convert

RGB 219 159 19 -
CMYK 0 0.27 0.91 0.14
HSL 42º 0.84% 0.47% -
HSV(B) 42º 0.91% 0.86% -
XYZ 41.73 39.9 6.12 -
YUV 160.98 47.88 169.38 -
System Red Green Blue C M Y K H S L
Decimal 219 159 19 0 0.27 0.91 0.14 42 0.84 0.47
Hex DB 9F 13 0 1B 5B E 2A 54 2F
Octal 333 237 23 0 33 133 16 52 124 57
Binary 11011011 10011111 10011 0 11011 1011011 1110 101010 1010100 101111

Color Harmonies of #DB9F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9F13

Black with #DB9F13

Text Example


Text Example

White with #DB9F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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