Html Css Color HEX #DB9206 Gamboge

📋 copy color: '#DB9206'

red 219 ◦ green 146 ◦ blue 6

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

Shades of Gamboge #DB9206

Tints of Gamboge #DB9206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.62%

R = 59.03%
G = 39.35%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB9206 (or 0xDB9206) is known color: Gamboge. HEX triplet: DB, 92 and 06. RGB value is (219,146,6). Sum of RGB (Red+Green+Blue) = 219+146+6=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9206 is #246DF9. Grayscale: #989898. Windows color (decimal): -2387450 or 430811. OLE color: 430811.

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

Color convert

RGB 219 146 6 -
CMYK 0 0.33 0.97 0.14
HSL 39.44º 0.95% 0.44% -
HSV(B) 39.44º 0.97% 0.86% -
XYZ 39.53 35.63 4.97 -
YUV 151.87 45.68 175.88 -
System Red Green Blue C M Y K H S L
Decimal 219 146 6 0 0.33 0.97 0.14 39.44 0.95 0.44
Hex DB 92 6 0 21 61 E 27 5F 2C
Octal 333 222 6 0 41 141 16 47 137 54
Binary 11011011 10010010 110 0 100001 1100001 1110 100111 1011111 101100

Color Harmonies of #DB9206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9206

Black with #DB9206

Text Example


Text Example

White with #DB9206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9206; }

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

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

background-color css

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

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

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

border-color css

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

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

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