Html Css Color HEX #DB9403 Gamboge

📋 copy color: '#DB9403'

red 219 ◦ green 148 ◦ blue 3

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

Shades of Gamboge #DB9403

Tints of Gamboge #DB9403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 59.19%
G = 40%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB9403 (or 0xDB9403) is known color: Gamboge. HEX triplet: DB, 94 and 03. RGB value is (219,148,3). Sum of RGB (Red+Green+Blue) = 219+148+3=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9403 is #246BFC. Grayscale: #999999. Windows color (decimal): -2386941 or 234715. OLE color: 234715.

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

Color convert

RGB 219 148 3 -
CMYK 0 0.32 0.99 0.14
HSL 40.28º 0.97% 0.44% -
HSV(B) 40.28º 0.99% 0.86% -
XYZ 39.82 36.25 4.98 -
YUV 152.7 43.52 175.29 -
System Red Green Blue C M Y K H S L
Decimal 219 148 3 0 0.32 0.99 0.14 40.28 0.97 0.44
Hex DB 94 3 0 20 63 E 28 61 2C
Octal 333 224 3 0 40 143 16 50 141 54
Binary 11011011 10010100 11 0 100000 1100011 1110 101000 1100001 101100

Color Harmonies of #DB9403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9403

Black with #DB9403

Text Example


Text Example

White with #DB9403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9403; }

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

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

background-color css

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

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

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

border-color css

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

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

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