Html Css Color HEX #DB9406 Gamboge

📋 copy color: '#DB9406'

red 219 ◦ green 148 ◦ blue 6

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

Shades of Gamboge #DB9406

Tints of Gamboge #DB9406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.61%

R = 58.71%
G = 39.68%
B = 1.61%

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

#DB9406 (or 0xDB9406) is known color: Gamboge. HEX triplet: DB, 94 and 06. RGB value is (219,148,6). Sum of RGB (Red+Green+Blue) = 219+148+6=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 6 (2.73% from 255 or 1.61% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9406 is #246BF9. Grayscale: #999999. Windows color (decimal): -2386938 or 431323. OLE color: 431323.

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

Color convert

RGB 219 148 6 -
CMYK 0 0.32 0.97 0.14
HSL 40º 0.95% 0.44% -
HSV(B) 40º 0.97% 0.86% -
XYZ 39.84 36.25 5.07 -
YUV 153.04 45.02 175.05 -
System Red Green Blue C M Y K H S L
Decimal 219 148 6 0 0.32 0.97 0.14 40 0.95 0.44
Hex DB 94 6 0 20 61 E 28 5F 2C
Octal 333 224 6 0 40 141 16 50 137 54
Binary 11011011 10010100 110 0 100000 1100001 1110 101000 1011111 101100

Color Harmonies of #DB9406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9406

Black with #DB9406

Text Example


Text Example

White with #DB9406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9406; }

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

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

background-color css

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

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

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

border-color css

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

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

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