Html Css Color HEX #DB9C10 Gamboge

📋 copy color: '#DB9C10'

red 219 ◦ green 156 ◦ blue 16

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

Shades of Gamboge #DB9C10

Tints of Gamboge #DB9C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.9%

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

R = 56.01%
G = 39.9%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB9C10 (or 0xDB9C10) is known color: Gamboge. HEX triplet: DB, 9C and 10. RGB value is (219,156,16). Sum of RGB (Red+Green+Blue) = 219+156+16=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9C10 is #2463EF. Grayscale: #9F9F9F. Windows color (decimal): -2384880 or 1088731. OLE color: 1088731.

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

Color convert

RGB 219 156 16 -
CMYK 0 0.29 0.93 0.14
HSL 41.38º 0.86% 0.46% -
HSV(B) 41.38º 0.93% 0.86% -
XYZ 41.2 38.87 5.82 -
YUV 158.88 47.37 170.88 -
System Red Green Blue C M Y K H S L
Decimal 219 156 16 0 0.29 0.93 0.14 41.38 0.86 0.46
Hex DB 9C 10 0 1D 5D E 29 56 2E
Octal 333 234 20 0 35 135 16 51 126 56
Binary 11011011 10011100 10000 0 11101 1011101 1110 101001 1010110 101110

Color Harmonies of #DB9C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C10

Black with #DB9C10

Text Example


Text Example

White with #DB9C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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