Html Css Color HEX #DC8613 Gamboge

📋 copy color: '#DC8613'

red 220 ◦ green 134 ◦ blue 19

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

Shades of Gamboge #DC8613

Tints of Gamboge #DC8613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.09%

R = 58.98%
G = 35.92%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC8613 (or 0xDC8613) is known color: Gamboge. HEX triplet: DC, 86 and 13. RGB value is (220,134,19). Sum of RGB (Red+Green+Blue) = 220+134+19=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8613 is #2379EC. Grayscale: #939393. Windows color (decimal): -2324973 or 1279708. OLE color: 1279708.

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

Color convert

RGB 220 134 19 -
CMYK 0 0.39 0.91 0.14
HSL 34.33º 0.84% 0.47% -
HSV(B) 34.33º 0.91% 0.86% -
XYZ 38.16 32.31 4.84 -
YUV 146.6 55.99 180.35 -
System Red Green Blue C M Y K H S L
Decimal 220 134 19 0 0.39 0.91 0.14 34.33 0.84 0.47
Hex DC 86 13 0 27 5B E 22 54 2F
Octal 334 206 23 0 47 133 16 42 124 57
Binary 11011100 10000110 10011 0 100111 1011011 1110 100010 1010100 101111

Color Harmonies of #DC8613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8613

Black with #DC8613

Text Example


Text Example

White with #DC8613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8613; }

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

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

background-color css

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

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

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

border-color css

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

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

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