Html Css Color HEX #DC860C Gamboge

📋 copy color: '#DC860C'

red 220 ◦ green 134 ◦ blue 12

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

Shades of Gamboge #DC860C

Tints of Gamboge #DC860C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

 BLUE value IS 12 (5.08% from 255) = 3.28%

R = 60.11%
G = 36.61%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC860C (or 0xDC860C) is known color: Gamboge. HEX triplet: DC, 86 and 0C. RGB value is (220,134,12). Sum of RGB (Red+Green+Blue) = 220+134+12=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC860C is #2379F3. Grayscale: #929292. Windows color (decimal): -2324980 or 820956. OLE color: 820956.

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

Color convert

RGB 220 134 12 -
CMYK 0 0.39 0.95 0.14
HSL 35.19º 0.9% 0.45% -
HSV(B) 35.19º 0.95% 0.86% -
XYZ 38.11 32.29 4.57 -
YUV 145.81 52.49 180.92 -
System Red Green Blue C M Y K H S L
Decimal 220 134 12 0 0.39 0.95 0.14 35.19 0.9 0.45
Hex DC 86 C 0 27 5F E 23 5A 2D
Octal 334 206 14 0 47 137 16 43 132 55
Binary 11011100 10000110 1100 0 100111 1011111 1110 100011 1011010 101101

Color Harmonies of #DC860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC860C

Black with #DC860C

Text Example


Text Example

White with #DC860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC860C; }

 p { color: rgb(220,134,12); }

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

background-color css

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

 a { background-color: rgb(220,134,12); }

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

border-color css

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

 span { border-color: rgb(220,134,12); }

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