Html Css Color HEX #DC8D14 Gamboge

📋 copy color: '#DC8D14'

red 220 ◦ green 141 ◦ blue 20

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

Shades of Gamboge #DC8D14

Tints of Gamboge #DC8D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.01%

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

R = 57.74%
G = 37.01%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC8D14 (or 0xDC8D14) is known color: Gamboge. HEX triplet: DC, 8D and 14. RGB value is (220,141,20). Sum of RGB (Red+Green+Blue) = 220+141+20=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8D14 is #2372EB. Grayscale: #979797. Windows color (decimal): -2323180 or 1347036. OLE color: 1347036.

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

Color convert

RGB 220 141 20 -
CMYK 0 0.36 0.91 0.14
HSL 36.3º 0.83% 0.47% -
HSV(B) 36.3º 0.91% 0.86% -
XYZ 39.17 34.32 5.22 -
YUV 150.83 54.17 177.34 -
System Red Green Blue C M Y K H S L
Decimal 220 141 20 0 0.36 0.91 0.14 36.3 0.83 0.47
Hex DC 8D 14 0 24 5B E 24 53 2F
Octal 334 215 24 0 44 133 16 44 123 57
Binary 11011100 10001101 10100 0 100100 1011011 1110 100100 1010011 101111

Color Harmonies of #DC8D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D14

Black with #DC8D14

Text Example


Text Example

White with #DC8D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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