Html Css Color HEX #DB9308 Gamboge

📋 copy color: '#DB9308'

red 219 ◦ green 147 ◦ blue 8

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

Shades of Gamboge #DB9308

Tints of Gamboge #DB9308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 58.56%
G = 39.3%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB9308 (or 0xDB9308) is known color: Gamboge. HEX triplet: DB, 93 and 08. RGB value is (219,147,8). Sum of RGB (Red+Green+Blue) = 219+147+8=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9308 is #246CF7. Grayscale: #999999. Windows color (decimal): -2387192 or 562139. OLE color: 562139.

HSL color Cylindrical-coordinate representation of color #DB9308: hue angle of 39.53º degrees, saturation: 0.93, 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 #DB9308 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 147 8 -
CMYK 0 0.33 0.96 0.14
HSL 39.53º 0.93% 0.45% -
HSV(B) 39.53º 0.96% 0.86% -
XYZ 39.69 35.95 5.08 -
YUV 152.68 46.35 175.3 -
System Red Green Blue C M Y K H S L
Decimal 219 147 8 0 0.33 0.96 0.14 39.53 0.93 0.45
Hex DB 93 8 0 21 60 E 28 5D 2D
Octal 333 223 10 0 41 140 16 50 135 55
Binary 11011011 10010011 1000 0 100001 1100000 1110 101000 1011101 101101

Color Harmonies of #DB9308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9308

Black with #DB9308

Text Example


Text Example

White with #DB9308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9308; }

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

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

background-color css

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

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

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

border-color css

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

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

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