Html Css Color HEX #DC8E17 Gamboge

📋 copy color: '#DC8E17'

red 220 ◦ green 142 ◦ blue 23

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

Shades of Gamboge #DC8E17

Tints of Gamboge #DC8E17

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.88%

 BLUE value IS 23 (9.38% from 255) = 5.97%

R = 57.14%
G = 36.88%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC8E17 (or 0xDC8E17) is known color: Gamboge. HEX triplet: DC, 8E and 17. RGB value is (220,142,23). Sum of RGB (Red+Green+Blue) = 220+142+23=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8E17 is #2371E8. Grayscale: #989898. Windows color (decimal): -2322921 or 1543900. OLE color: 1543900.

HSL color Cylindrical-coordinate representation of color #DC8E17: hue angle of 36.24º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC8E17 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 142 23 -
CMYK 0 0.35 0.90 0.14
HSL 36.24º 0.81% 0.48% -
HSV(B) 36.24º 0.9% 0.86% -
XYZ 39.34 34.62 5.42 -
YUV 151.76 55.34 176.68 -
System Red Green Blue C M Y K H S L
Decimal 220 142 23 0 0.35 0.90 0.14 36.24 0.81 0.48
Hex DC 8E 17 0 23 5A E 24 51 30
Octal 334 216 27 0 43 132 16 44 121 60
Binary 11011100 10001110 10111 0 100011 1011010 1110 100100 1010001 110000

Color Harmonies of #DC8E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8E17

Black with #DC8E17

Text Example


Text Example

White with #DC8E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8E17; }

 p { color: rgb(220,142,23); }

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

background-color css

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

 a { background-color: rgb(220,142,23); }

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

border-color css

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

 span { border-color: rgb(220,142,23); }

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