Html Css Color HEX #DC9B16 Gamboge

📋 copy color: '#DC9B16'

red 220 ◦ green 155 ◦ blue 22

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

Shades of Gamboge #DC9B16

Tints of Gamboge #DC9B16

RGB

 RED value IS 220 (86.33% from 255) = 55.42%

 GREEN value IS 155 (60.94% from 255) = 39.04%

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

R = 55.42%
G = 39.04%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC9B16 (or 0xDC9B16) is known color: Gamboge. HEX triplet: DC, 9B and 16. RGB value is (220,155,22). Sum of RGB (Red+Green+Blue) = 220+155+22=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9B16 is #2364E9. Grayscale: #9F9F9F. Windows color (decimal): -2319594 or 1481692. OLE color: 1481692.

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

Color convert

RGB 220 155 22 -
CMYK 0 0.30 0.9 0.14
HSL 40.3º 0.82% 0.47% -
HSV(B) 40.3º 0.9% 0.86% -
XYZ 41.38 38.72 6.05 -
YUV 159.27 50.53 171.31 -
System Red Green Blue C M Y K H S L
Decimal 220 155 22 0 0.30 0.9 0.14 40.3 0.82 0.47
Hex DC 9B 16 0 1E 5A E 28 52 2F
Octal 334 233 26 0 36 132 16 50 122 57
Binary 11011100 10011011 10110 0 11110 1011010 1110 101000 1010010 101111

Color Harmonies of #DC9B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9B16

Black with #DC9B16

Text Example


Text Example

White with #DC9B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9B16; }

 p { color: rgb(220,155,22); }

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

background-color css

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

 a { background-color: rgb(220,155,22); }

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

border-color css

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

 span { border-color: rgb(220,155,22); }

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