Html Css Color HEX #DB9317 Gamboge

📋 copy color: '#DB9317'

red 219 ◦ green 147 ◦ blue 23

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

Shades of Gamboge #DB9317

Tints of Gamboge #DB9317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.91%

R = 56.3%
G = 37.79%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB9317 (or 0xDB9317) is known color: Gamboge. HEX triplet: DB, 93 and 17. RGB value is (219,147,23). Sum of RGB (Red+Green+Blue) = 219+147+23=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9317 is #246CE8. Grayscale: #9A9A9A. Windows color (decimal): -2387177 or 1545179. OLE color: 1545179.

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

Color convert

RGB 219 147 23 -
CMYK 0 0.33 0.89 0.14
HSL 37.96º 0.81% 0.47% -
HSV(B) 37.96º 0.89% 0.86% -
XYZ 39.8 35.99 5.66 -
YUV 154.39 53.85 174.08 -
System Red Green Blue C M Y K H S L
Decimal 219 147 23 0 0.33 0.89 0.14 37.96 0.81 0.47
Hex DB 93 17 0 21 59 E 26 51 2F
Octal 333 223 27 0 41 131 16 46 121 57
Binary 11011011 10010011 10111 0 100001 1011001 1110 100110 1010001 101111

Color Harmonies of #DB9317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9317

Black with #DB9317

Text Example


Text Example

White with #DB9317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9317; }

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

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

background-color css

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

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

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

border-color css

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

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

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