Html Css Color HEX #DB9407 Gamboge

📋 copy color: '#DB9407'

red 219 ◦ green 148 ◦ blue 7

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

Shades of Gamboge #DB9407

Tints of Gamboge #DB9407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.87%

R = 58.56%
G = 39.57%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB9407 (or 0xDB9407) is known color: Gamboge. HEX triplet: DB, 94 and 07. RGB value is (219,148,7). Sum of RGB (Red+Green+Blue) = 219+148+7=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9407 is #246BF8. Grayscale: #999999. Windows color (decimal): -2386937 or 496859. OLE color: 496859.

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

Color convert

RGB 219 148 7 -
CMYK 0 0.32 0.97 0.14
HSL 39.91º 0.94% 0.44% -
HSV(B) 39.91º 0.97% 0.86% -
XYZ 39.84 36.26 5.1 -
YUV 153.16 45.52 174.96 -
System Red Green Blue C M Y K H S L
Decimal 219 148 7 0 0.32 0.97 0.14 39.91 0.94 0.44
Hex DB 94 7 0 20 61 E 28 5E 2C
Octal 333 224 7 0 40 141 16 50 136 54
Binary 11011011 10010100 111 0 100000 1100001 1110 101000 1011110 101100

Color Harmonies of #DB9407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9407

Black with #DB9407

Text Example


Text Example

White with #DB9407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9407; }

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

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

background-color css

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

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

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

border-color css

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

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

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