Html Css Color HEX #DC8713 Gamboge

📋 copy color: '#DC8713'

red 220 ◦ green 135 ◦ blue 19

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

Shades of Gamboge #DC8713

Tints of Gamboge #DC8713

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

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

R = 58.82%
G = 36.1%
B = 5.08%

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

#DC8713 (or 0xDC8713) is known color: Gamboge. HEX triplet: DC, 87 and 13. RGB value is (220,135,19). Sum of RGB (Red+Green+Blue) = 220+135+19=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8713 is #2378EC. Grayscale: #939393. Windows color (decimal): -2324717 or 1279964. OLE color: 1279964.

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

Color convert

RGB 220 135 19 -
CMYK 0 0.39 0.91 0.14
HSL 34.63º 0.84% 0.47% -
HSV(B) 34.63º 0.91% 0.86% -
XYZ 38.3 32.59 4.89 -
YUV 147.19 55.66 179.93 -
System Red Green Blue C M Y K H S L
Decimal 220 135 19 0 0.39 0.91 0.14 34.63 0.84 0.47
Hex DC 87 13 0 27 5B E 23 54 2F
Octal 334 207 23 0 47 133 16 43 124 57
Binary 11011100 10000111 10011 0 100111 1011011 1110 100011 1010100 101111

Color Harmonies of #DC8713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8713

Black with #DC8713

Text Example


Text Example

White with #DC8713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8713; }

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

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

background-color css

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

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

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

border-color css

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

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

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