Html Css Color HEX #DC8A13 Gamboge

📋 copy color: '#DC8A13'

red 220 ◦ green 138 ◦ blue 19

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

Shades of Gamboge #DC8A13

Tints of Gamboge #DC8A13

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.6%

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

R = 58.36%
G = 36.6%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC8A13 (or 0xDC8A13) is known color: Gamboge. HEX triplet: DC, 8A and 13. RGB value is (220,138,19). Sum of RGB (Red+Green+Blue) = 220+138+19=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8A13 is #2375EC. Grayscale: #959595. Windows color (decimal): -2323949 or 1280732. OLE color: 1280732.

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

Color convert

RGB 220 138 19 -
CMYK 0 0.37 0.91 0.14
HSL 35.52º 0.84% 0.47% -
HSV(B) 35.52º 0.91% 0.86% -
XYZ 38.72 33.44 5.03 -
YUV 148.95 54.67 178.68 -
System Red Green Blue C M Y K H S L
Decimal 220 138 19 0 0.37 0.91 0.14 35.52 0.84 0.47
Hex DC 8A 13 0 25 5B E 24 54 2F
Octal 334 212 23 0 45 133 16 44 124 57
Binary 11011100 10001010 10011 0 100101 1011011 1110 100100 1010100 101111

Color Harmonies of #DC8A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A13

Black with #DC8A13

Text Example


Text Example

White with #DC8A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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