Html Css Color HEX #DB9301 Gamboge

📋 copy color: '#DB9301'

red 219 ◦ green 147 ◦ blue 1

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

Shades of Gamboge #DB9301

Tints of Gamboge #DB9301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.05%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 59.67%
G = 40.05%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DB9301 (or 0xDB9301) is known color: Gamboge. HEX triplet: DB, 93 and 01. RGB value is (219,147,1). Sum of RGB (Red+Green+Blue) = 219+147+1=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9301 is #246CFE. Grayscale: #989898. Windows color (decimal): -2387199 or 103387. OLE color: 103387.

HSL color Cylindrical-coordinate representation of color #DB9301: hue angle of 40.18º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB9301 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 147 1 -
CMYK 0 0.33 1.00 0.14
HSL 40.18º 0.99% 0.43% -
HSV(B) 40.18º 1% 0.86% -
XYZ 39.65 35.93 4.87 -
YUV 151.88 42.85 175.87 -
System Red Green Blue C M Y K H S L
Decimal 219 147 1 0 0.33 1.00 0.14 40.18 0.99 0.43
Hex DB 93 1 0 21 64 E 28 63 2B
Octal 333 223 1 0 41 144 16 50 143 53
Binary 11011011 10010011 1 0 100001 1100100 1110 101000 1100011 101011

Color Harmonies of #DB9301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9301

Black with #DB9301

Text Example


Text Example

White with #DB9301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9301; }

 p { color: rgb(219,147,1); }

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

background-color css

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

 a { background-color: rgb(219,147,1); }

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

border-color css

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

 span { border-color: rgb(219,147,1); }

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