Html Css Color HEX #DB9416 Gamboge

📋 copy color: '#DB9416'

red 219 ◦ green 148 ◦ blue 22

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

Shades of Gamboge #DB9416

Tints of Gamboge #DB9416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.66%

R = 56.3%
G = 38.05%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB9416 (or 0xDB9416) is known color: Gamboge. HEX triplet: DB, 94 and 16. RGB value is (219,148,22). Sum of RGB (Red+Green+Blue) = 219+148+22=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9416 is #246BE9. Grayscale: #9B9B9B. Windows color (decimal): -2386922 or 1479899. OLE color: 1479899.

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

Color convert

RGB 219 148 22 -
CMYK 0 0.32 0.90 0.14
HSL 38.38º 0.82% 0.47% -
HSV(B) 38.38º 0.9% 0.86% -
XYZ 39.95 36.3 5.66 -
YUV 154.87 53.02 173.75 -
System Red Green Blue C M Y K H S L
Decimal 219 148 22 0 0.32 0.90 0.14 38.38 0.82 0.47
Hex DB 94 16 0 20 5A E 26 52 2F
Octal 333 224 26 0 40 132 16 46 122 57
Binary 11011011 10010100 10110 0 100000 1011010 1110 100110 1010010 101111

Color Harmonies of #DB9416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9416

Black with #DB9416

Text Example


Text Example

White with #DB9416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9416; }

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

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

background-color css

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

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

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

border-color css

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

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

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