Html Css Color HEX #DC8A14 Gamboge

📋 copy color: '#DC8A14'

red 220 ◦ green 138 ◦ blue 20

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

Shades of Gamboge #DC8A14

Tints of Gamboge #DC8A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.29%

R = 58.2%
G = 36.51%
B = 5.29%

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

#DC8A14 (or 0xDC8A14) is known color: Gamboge. HEX triplet: DC, 8A and 14. RGB value is (220,138,20). Sum of RGB (Red+Green+Blue) = 220+138+20=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8A14 is #2375EB. Grayscale: #959595. Windows color (decimal): -2323948 or 1346268. OLE color: 1346268.

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

Color convert

RGB 220 138 20 -
CMYK 0 0.37 0.91 0.14
HSL 35.4º 0.83% 0.47% -
HSV(B) 35.4º 0.91% 0.86% -
XYZ 38.73 33.44 5.08 -
YUV 149.07 55.17 178.59 -
System Red Green Blue C M Y K H S L
Decimal 220 138 20 0 0.37 0.91 0.14 35.4 0.83 0.47
Hex DC 8A 14 0 25 5B E 23 53 2F
Octal 334 212 24 0 45 133 16 43 123 57
Binary 11011100 10001010 10100 0 100101 1011011 1110 100011 1010011 101111

Color Harmonies of #DC8A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A14

Black with #DC8A14

Text Example


Text Example

White with #DC8A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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