Html Css Color HEX #DC9E13 Gamboge

📋 copy color: '#DC9E13'

red 220 ◦ green 158 ◦ blue 19

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

Shades of Gamboge #DC9E13

Tints of Gamboge #DC9E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.79%

R = 55.42%
G = 39.8%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC9E13 (or 0xDC9E13) is known color: Gamboge. HEX triplet: DC, 9E and 13. RGB value is (220,158,19). Sum of RGB (Red+Green+Blue) = 220+158+19=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9E13 is #2361EC. Grayscale: #A1A1A1. Windows color (decimal): -2318829 or 1285852. OLE color: 1285852.

HSL color Cylindrical-coordinate representation of color #DC9E13: hue angle of 41.49º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC9E13 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 158 19 -
CMYK 0 0.28 0.91 0.14
HSL 41.49º 0.84% 0.47% -
HSV(B) 41.49º 0.91% 0.86% -
XYZ 41.86 39.72 6.08 -
YUV 160.69 48.04 170.3 -
System Red Green Blue C M Y K H S L
Decimal 220 158 19 0 0.28 0.91 0.14 41.49 0.84 0.47
Hex DC 9E 13 0 1C 5B E 29 54 2F
Octal 334 236 23 0 34 133 16 51 124 57
Binary 11011100 10011110 10011 0 11100 1011011 1110 101001 1010100 101111

Color Harmonies of #DC9E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E13

Black with #DC9E13

Text Example


Text Example

White with #DC9E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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