Html Css Color HEX #DC9916 Gamboge

📋 copy color: '#DC9916'

red 220 ◦ green 153 ◦ blue 22

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

Shades of Gamboge #DC9916

Tints of Gamboge #DC9916

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.73%

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

R = 55.7%
G = 38.73%
B = 5.57%

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

#DC9916 (or 0xDC9916) is known color: Gamboge. HEX triplet: DC, 99 and 16. RGB value is (220,153,22). Sum of RGB (Red+Green+Blue) = 220+153+22=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9916 is #2366E9. Grayscale: #9E9E9E. Windows color (decimal): -2320106 or 1481180. OLE color: 1481180.

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

Color convert

RGB 220 153 22 -
CMYK 0 0.30 0.9 0.14
HSL 39.7º 0.82% 0.47% -
HSV(B) 39.7º 0.9% 0.86% -
XYZ 41.05 38.06 5.94 -
YUV 158.1 51.2 172.15 -
System Red Green Blue C M Y K H S L
Decimal 220 153 22 0 0.30 0.9 0.14 39.7 0.82 0.47
Hex DC 99 16 0 1E 5A E 28 52 2F
Octal 334 231 26 0 36 132 16 50 122 57
Binary 11011100 10011001 10110 0 11110 1011010 1110 101000 1010010 101111

Color Harmonies of #DC9916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9916

Black with #DC9916

Text Example


Text Example

White with #DC9916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9916; }

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

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

background-color css

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

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

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

border-color css

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

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

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