Html Css Color HEX #DB9208 Gamboge

📋 copy color: '#DB9208'

red 219 ◦ green 146 ◦ blue 8

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

Shades of Gamboge #DB9208

Tints of Gamboge #DB9208

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.14%

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

R = 58.71%
G = 39.14%
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

#DB9208 (or 0xDB9208) is known color: Gamboge. HEX triplet: DB, 92 and 08. RGB value is (219,146,8). Sum of RGB (Red+Green+Blue) = 219+146+8=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9208 is #246DF7. Grayscale: #989898. Windows color (decimal): -2387448 or 561883. OLE color: 561883.

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

Color convert

RGB 219 146 8 -
CMYK 0 0.33 0.96 0.14
HSL 39.24º 0.93% 0.45% -
HSV(B) 39.24º 0.96% 0.86% -
XYZ 39.54 35.64 5.02 -
YUV 152.1 46.68 175.72 -
System Red Green Blue C M Y K H S L
Decimal 219 146 8 0 0.33 0.96 0.14 39.24 0.93 0.45
Hex DB 92 8 0 21 60 E 27 5D 2D
Octal 333 222 10 0 41 140 16 47 135 55
Binary 11011011 10010010 1000 0 100001 1100000 1110 100111 1011101 101101

Color Harmonies of #DB9208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9208

Black with #DB9208

Text Example


Text Example

White with #DB9208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9208; }

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

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

background-color css

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

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

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

border-color css

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

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

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