Html Css Color HEX #DC8C16 Gamboge

📋 copy color: '#DC8C16'

red 220 ◦ green 140 ◦ blue 22

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

Shades of Gamboge #DC8C16

Tints of Gamboge #DC8C16

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.65%

 BLUE value IS 22 (8.98% from 255) = 5.76%

R = 57.59%
G = 36.65%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC8C16 (or 0xDC8C16) is known color: Gamboge. HEX triplet: DC, 8C and 16. RGB value is (220,140,22). Sum of RGB (Red+Green+Blue) = 220+140+22=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8C16 is #2373E9. Grayscale: #979797. Windows color (decimal): -2323434 or 1477852. OLE color: 1477852.

HSL color Cylindrical-coordinate representation of color #DC8C16: hue angle of 35.76º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC8C16 is Cyan = 0, Magento = 0.36, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 140 22 -
CMYK 0 0.36 0.9 0.14
HSL 35.76º 0.82% 0.47% -
HSV(B) 35.76º 0.9% 0.86% -
XYZ 39.04 34.03 5.27 -
YUV 150.47 55.5 177.59 -
System Red Green Blue C M Y K H S L
Decimal 220 140 22 0 0.36 0.9 0.14 35.76 0.82 0.47
Hex DC 8C 16 0 24 5A E 24 52 2F
Octal 334 214 26 0 44 132 16 44 122 57
Binary 11011100 10001100 10110 0 100100 1011010 1110 100100 1010010 101111

Color Harmonies of #DC8C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C16

Black with #DC8C16

Text Example


Text Example

White with #DC8C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C16; }

 p { color: rgb(220,140,22); }

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

background-color css

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

 a { background-color: rgb(220,140,22); }

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

border-color css

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

 span { border-color: rgb(220,140,22); }

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