Html Css Color HEX #DB9410 Gamboge

📋 copy color: '#DB9410'

red 219 ◦ green 148 ◦ blue 16

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

Shades of Gamboge #DB9410

Tints of Gamboge #DB9410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.18%

R = 57.18%
G = 38.64%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB9410 (or 0xDB9410) is known color: Gamboge. HEX triplet: DB, 94 and 10. RGB value is (219,148,16). Sum of RGB (Red+Green+Blue) = 219+148+16=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9410 is #246BEF. Grayscale: #9A9A9A. Windows color (decimal): -2386928 or 1086683. OLE color: 1086683.

HSL color Cylindrical-coordinate representation of color #DB9410: hue angle of 39.01º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB9410 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 148 16 -
CMYK 0 0.32 0.93 0.14
HSL 39.01º 0.86% 0.46% -
HSV(B) 39.01º 0.93% 0.86% -
XYZ 39.9 36.28 5.39 -
YUV 154.18 50.02 174.23 -
System Red Green Blue C M Y K H S L
Decimal 219 148 16 0 0.32 0.93 0.14 39.01 0.86 0.46
Hex DB 94 10 0 20 5D E 27 56 2E
Octal 333 224 20 0 40 135 16 47 126 56
Binary 11011011 10010100 10000 0 100000 1011101 1110 100111 1010110 101110

Color Harmonies of #DB9410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9410

Black with #DB9410

Text Example


Text Example

White with #DB9410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9410; }

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

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

background-color css

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

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

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

border-color css

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

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

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