Html Css Color HEX #DC8D17 Gamboge

📋 copy color: '#DC8D17'

red 220 ◦ green 141 ◦ blue 23

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

Shades of Gamboge #DC8D17

Tints of Gamboge #DC8D17

RGB

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

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

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

R = 57.29%
G = 36.72%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC8D17 (or 0xDC8D17) is known color: Gamboge. HEX triplet: DC, 8D and 17. RGB value is (220,141,23). Sum of RGB (Red+Green+Blue) = 220+141+23=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8D17 is #2372E8. Grayscale: #979797. Windows color (decimal): -2323177 or 1543644. OLE color: 1543644.

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

Color convert

RGB 220 141 23 -
CMYK 0 0.36 0.90 0.14
HSL 35.94º 0.81% 0.48% -
HSV(B) 35.94º 0.9% 0.86% -
XYZ 39.19 34.33 5.37 -
YUV 151.17 55.67 177.09 -
System Red Green Blue C M Y K H S L
Decimal 220 141 23 0 0.36 0.90 0.14 35.94 0.81 0.48
Hex DC 8D 17 0 24 5A E 24 51 30
Octal 334 215 27 0 44 132 16 44 121 60
Binary 11011100 10001101 10111 0 100100 1011010 1110 100100 1010001 110000

Color Harmonies of #DC8D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D17

Black with #DC8D17

Text Example


Text Example

White with #DC8D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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