Html Css Color HEX #DB9417 Gamboge

📋 copy color: '#DB9417'

red 219 ◦ green 148 ◦ blue 23

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

Shades of Gamboge #DB9417

Tints of Gamboge #DB9417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 56.15%
G = 37.95%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB9417 (or 0xDB9417) is known color: Gamboge. HEX triplet: DB, 94 and 17. RGB value is (219,148,23). Sum of RGB (Red+Green+Blue) = 219+148+23=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9417 is #246BE8. Grayscale: #9B9B9B. Windows color (decimal): -2386921 or 1545435. OLE color: 1545435.

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

Color convert

RGB 219 148 23 -
CMYK 0 0.32 0.89 0.14
HSL 38.27º 0.81% 0.47% -
HSV(B) 38.27º 0.89% 0.86% -
XYZ 39.96 36.3 5.71 -
YUV 154.98 53.52 173.66 -
System Red Green Blue C M Y K H S L
Decimal 219 148 23 0 0.32 0.89 0.14 38.27 0.81 0.47
Hex DB 94 17 0 20 59 E 26 51 2F
Octal 333 224 27 0 40 131 16 46 121 57
Binary 11011011 10010100 10111 0 100000 1011001 1110 100110 1010001 101111

Color Harmonies of #DB9417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9417

Black with #DB9417

Text Example


Text Example

White with #DB9417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9417; }

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

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

background-color css

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

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

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

border-color css

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

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

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