Html Css Color HEX #DB9413 Gamboge

📋 copy color: '#DB9413'

red 219 ◦ green 148 ◦ blue 19

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

Shades of Gamboge #DB9413

Tints of Gamboge #DB9413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.92%

R = 56.74%
G = 38.34%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB9413 (or 0xDB9413) is known color: Gamboge. HEX triplet: DB, 94 and 13. RGB value is (219,148,19). Sum of RGB (Red+Green+Blue) = 219+148+19=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9413 is #246BEC. Grayscale: #9B9B9B. Windows color (decimal): -2386925 or 1283291. OLE color: 1283291.

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

Color convert

RGB 219 148 19 -
CMYK 0 0.32 0.91 0.14
HSL 38.7º 0.84% 0.47% -
HSV(B) 38.7º 0.91% 0.86% -
XYZ 39.92 36.29 5.52 -
YUV 154.52 51.52 173.99 -
System Red Green Blue C M Y K H S L
Decimal 219 148 19 0 0.32 0.91 0.14 38.7 0.84 0.47
Hex DB 94 13 0 20 5B E 27 54 2F
Octal 333 224 23 0 40 133 16 47 124 57
Binary 11011011 10010100 10011 0 100000 1011011 1110 100111 1010100 101111

Color Harmonies of #DB9413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9413

Black with #DB9413

Text Example


Text Example

White with #DB9413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9413; }

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

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

background-color css

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

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

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

border-color css

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

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

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