Html Css Color HEX #DC9E16 Gamboge

📋 copy color: '#DC9E16'

red 220 ◦ green 158 ◦ blue 22

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

Shades of Gamboge #DC9E16

Tints of Gamboge #DC9E16

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.5%

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

R = 55%
G = 39.5%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC9E16 (or 0xDC9E16) is known color: Gamboge. HEX triplet: DC, 9E and 16. RGB value is (220,158,22). Sum of RGB (Red+Green+Blue) = 220+158+22=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9E16 is #2361E9. Grayscale: #A1A1A1. Windows color (decimal): -2318826 or 1482460. OLE color: 1482460.

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

Color convert

RGB 220 158 22 -
CMYK 0 0.28 0.9 0.14
HSL 41.21º 0.82% 0.47% -
HSV(B) 41.21º 0.9% 0.86% -
XYZ 41.89 39.73 6.22 -
YUV 161.03 49.54 170.06 -
System Red Green Blue C M Y K H S L
Decimal 220 158 22 0 0.28 0.9 0.14 41.21 0.82 0.47
Hex DC 9E 16 0 1C 5A E 29 52 2F
Octal 334 236 26 0 34 132 16 51 122 57
Binary 11011100 10011110 10110 0 11100 1011010 1110 101001 1010010 101111

Color Harmonies of #DC9E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E16

Black with #DC9E16

Text Example


Text Example

White with #DC9E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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