Html Css Color HEX #DB9C16 Gamboge

📋 copy color: '#DB9C16'

red 219 ◦ green 156 ◦ blue 22

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

Shades of Gamboge #DB9C16

Tints of Gamboge #DB9C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.54%

R = 55.16%
G = 39.29%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB9C16 (or 0xDB9C16) is known color: Gamboge. HEX triplet: DB, 9C and 16. RGB value is (219,156,22). Sum of RGB (Red+Green+Blue) = 219+156+22=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9C16 is #2463E9. Grayscale: #A0A0A0. Windows color (decimal): -2384874 or 1481947. OLE color: 1481947.

HSL color Cylindrical-coordinate representation of color #DB9C16: hue angle of 40.81º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB9C16 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 156 22 -
CMYK 0 0.29 0.90 0.14
HSL 40.81º 0.82% 0.47% -
HSV(B) 40.81º 0.9% 0.86% -
XYZ 41.25 38.89 6.09 -
YUV 159.56 50.37 170.4 -
System Red Green Blue C M Y K H S L
Decimal 219 156 22 0 0.29 0.90 0.14 40.81 0.82 0.47
Hex DB 9C 16 0 1D 5A E 29 52 2F
Octal 333 234 26 0 35 132 16 51 122 57
Binary 11011011 10011100 10110 0 11101 1011010 1110 101001 1010010 101111

Color Harmonies of #DB9C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C16

Black with #DB9C16

Text Example


Text Example

White with #DB9C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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