Html Css Color HEX #DB9409 Gamboge

📋 copy color: '#DB9409'

red 219 ◦ green 148 ◦ blue 9

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

Shades of Gamboge #DB9409

Tints of Gamboge #DB9409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.39%

R = 58.24%
G = 39.36%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB9409 (or 0xDB9409) is known color: Gamboge. HEX triplet: DB, 94 and 09. RGB value is (219,148,9). Sum of RGB (Red+Green+Blue) = 219+148+9=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 9 (3.91% from 255 or 2.39% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9409 is #246BF6. Grayscale: #9A9A9A. Windows color (decimal): -2386935 or 627931. OLE color: 627931.

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

Color convert

RGB 219 148 9 -
CMYK 0 0.32 0.96 0.14
HSL 39.71º 0.92% 0.45% -
HSV(B) 39.71º 0.96% 0.86% -
XYZ 39.85 36.26 5.16 -
YUV 153.38 46.52 174.8 -
System Red Green Blue C M Y K H S L
Decimal 219 148 9 0 0.32 0.96 0.14 39.71 0.92 0.45
Hex DB 94 9 0 20 60 E 28 5C 2D
Octal 333 224 11 0 40 140 16 50 134 55
Binary 11011011 10010100 1001 0 100000 1100000 1110 101000 1011100 101101

Color Harmonies of #DB9409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9409

Black with #DB9409

Text Example


Text Example

White with #DB9409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9409; }

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

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

background-color css

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

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

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

border-color css

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

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

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