Html Css Color HEX #DC9C13 Gamboge

📋 copy color: '#DC9C13'

red 220 ◦ green 156 ◦ blue 19

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

Shades of Gamboge #DC9C13

Tints of Gamboge #DC9C13

RGB

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

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

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

R = 55.7%
G = 39.49%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC9C13 (or 0xDC9C13) is known color: Gamboge. HEX triplet: DC, 9C and 13. RGB value is (220,156,19). Sum of RGB (Red+Green+Blue) = 220+156+19=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9C13 is #2363EC. Grayscale: #A0A0A0. Windows color (decimal): -2319341 or 1285340. OLE color: 1285340.

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

Color convert

RGB 220 156 19 -
CMYK 0 0.29 0.91 0.14
HSL 40.9º 0.84% 0.47% -
HSV(B) 40.9º 0.91% 0.86% -
XYZ 41.52 39.04 5.96 -
YUV 159.52 48.7 171.14 -
System Red Green Blue C M Y K H S L
Decimal 220 156 19 0 0.29 0.91 0.14 40.9 0.84 0.47
Hex DC 9C 13 0 1D 5B E 29 54 2F
Octal 334 234 23 0 35 133 16 51 124 57
Binary 11011100 10011100 10011 0 11101 1011011 1110 101001 1010100 101111

Color Harmonies of #DC9C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C13

Black with #DC9C13

Text Example


Text Example

White with #DC9C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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