Html Css Color HEX #DB9810 Gamboge

📋 copy color: '#DB9810'

red 219 ◦ green 152 ◦ blue 16

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

Shades of Gamboge #DB9810

Tints of Gamboge #DB9810

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.28%

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

R = 56.59%
G = 39.28%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB9810 (or 0xDB9810) is known color: Gamboge. HEX triplet: DB, 98 and 10. RGB value is (219,152,16). Sum of RGB (Red+Green+Blue) = 219+152+16=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9810 is #2467EF. Grayscale: #9D9D9D. Windows color (decimal): -2385904 or 1087707. OLE color: 1087707.

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

Color convert

RGB 219 152 16 -
CMYK 0 0.31 0.93 0.14
HSL 40.2º 0.86% 0.46% -
HSV(B) 40.2º 0.93% 0.86% -
XYZ 40.54 37.55 5.6 -
YUV 156.53 48.7 172.56 -
System Red Green Blue C M Y K H S L
Decimal 219 152 16 0 0.31 0.93 0.14 40.2 0.86 0.46
Hex DB 98 10 0 1F 5D E 28 56 2E
Octal 333 230 20 0 37 135 16 50 126 56
Binary 11011011 10011000 10000 0 11111 1011101 1110 101000 1010110 101110

Color Harmonies of #DB9810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9810

Black with #DB9810

Text Example


Text Example

White with #DB9810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9810; }

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

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

background-color css

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

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

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

border-color css

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

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

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