Html Css Color HEX #DB9108 Gamboge

📋 copy color: '#DB9108'

red 219 ◦ green 145 ◦ blue 8

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

Shades of Gamboge #DB9108

Tints of Gamboge #DB9108

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.98%

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

R = 58.87%
G = 38.98%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB9108 (or 0xDB9108) is known color: Gamboge. HEX triplet: DB, 91 and 08. RGB value is (219,145,8). Sum of RGB (Red+Green+Blue) = 219+145+8=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9108 is #246EF7. Grayscale: #989898. Windows color (decimal): -2387704 or 561627. OLE color: 561627.

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

Color convert

RGB 219 145 8 -
CMYK 0 0.34 0.96 0.14
HSL 38.96º 0.93% 0.45% -
HSV(B) 38.96º 0.96% 0.86% -
XYZ 39.38 35.33 4.97 -
YUV 151.51 47.02 176.14 -
System Red Green Blue C M Y K H S L
Decimal 219 145 8 0 0.34 0.96 0.14 38.96 0.93 0.45
Hex DB 91 8 0 22 60 E 27 5D 2D
Octal 333 221 10 0 42 140 16 47 135 55
Binary 11011011 10010001 1000 0 100010 1100000 1110 100111 1011101 101101

Color Harmonies of #DB9108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9108

Black with #DB9108

Text Example


Text Example

White with #DB9108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9108; }

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

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

background-color css

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

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

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

border-color css

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

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

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