Html Css Color HEX #DB9314 Gamboge

📋 copy color: '#DB9314'

red 219 ◦ green 147 ◦ blue 20

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

Shades of Gamboge #DB9314

Tints of Gamboge #DB9314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.08%

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

R = 56.74%
G = 38.08%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB9314 (or 0xDB9314) is known color: Gamboge. HEX triplet: DB, 93 and 14. RGB value is (219,147,20). Sum of RGB (Red+Green+Blue) = 219+147+20=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9314 is #246CEB. Grayscale: #9A9A9A. Windows color (decimal): -2387180 or 1348571. OLE color: 1348571.

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

Color convert

RGB 219 147 20 -
CMYK 0 0.33 0.91 0.14
HSL 38.29º 0.83% 0.47% -
HSV(B) 38.29º 0.91% 0.86% -
XYZ 39.77 35.98 5.51 -
YUV 154.05 52.35 174.33 -
System Red Green Blue C M Y K H S L
Decimal 219 147 20 0 0.33 0.91 0.14 38.29 0.83 0.47
Hex DB 93 14 0 21 5B E 26 53 2F
Octal 333 223 24 0 41 133 16 46 123 57
Binary 11011011 10010011 10100 0 100001 1011011 1110 100110 1010011 101111

Color Harmonies of #DB9314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9314

Black with #DB9314

Text Example


Text Example

White with #DB9314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9314; }

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

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

background-color css

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

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

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

border-color css

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

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

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