Html Css Color HEX #DB9210 Gamboge

📋 copy color: '#DB9210'

red 219 ◦ green 146 ◦ blue 16

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

Shades of Gamboge #DB9210

Tints of Gamboge #DB9210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.2%

R = 57.48%
G = 38.32%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB9210 (or 0xDB9210) is known color: Gamboge. HEX triplet: DB, 92 and 10. RGB value is (219,146,16). Sum of RGB (Red+Green+Blue) = 219+146+16=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9210 is #246DEF. Grayscale: #999999. Windows color (decimal): -2387440 or 1086171. OLE color: 1086171.

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

Color convert

RGB 219 146 16 -
CMYK 0 0.33 0.93 0.14
HSL 38.42º 0.86% 0.46% -
HSV(B) 38.42º 0.93% 0.86% -
XYZ 39.59 35.66 5.29 -
YUV 153.01 50.68 175.07 -
System Red Green Blue C M Y K H S L
Decimal 219 146 16 0 0.33 0.93 0.14 38.42 0.86 0.46
Hex DB 92 10 0 21 5D E 26 56 2E
Octal 333 222 20 0 41 135 16 46 126 56
Binary 11011011 10010010 10000 0 100001 1011101 1110 100110 1010110 101110

Color Harmonies of #DB9210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9210

Black with #DB9210

Text Example


Text Example

White with #DB9210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9210; }

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

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

background-color css

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

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

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

border-color css

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

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

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