Html Css Color HEX #DC8714 Gamboge

📋 copy color: '#DC8714'

red 220 ◦ green 135 ◦ blue 20

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

Shades of Gamboge #DC8714

Tints of Gamboge #DC8714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.33%

R = 58.67%
G = 36%
B = 5.33%

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

#DC8714 (or 0xDC8714) is known color: Gamboge. HEX triplet: DC, 87 and 14. RGB value is (220,135,20). Sum of RGB (Red+Green+Blue) = 220+135+20=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8714 is #2378EB. Grayscale: #939393. Windows color (decimal): -2324716 or 1345500. OLE color: 1345500.

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

Color convert

RGB 220 135 20 -
CMYK 0 0.39 0.91 0.14
HSL 34.5º 0.83% 0.47% -
HSV(B) 34.5º 0.91% 0.86% -
XYZ 38.31 32.59 4.93 -
YUV 147.31 56.16 179.85 -
System Red Green Blue C M Y K H S L
Decimal 220 135 20 0 0.39 0.91 0.14 34.5 0.83 0.47
Hex DC 87 14 0 27 5B E 22 53 2F
Octal 334 207 24 0 47 133 16 42 123 57
Binary 11011100 10000111 10100 0 100111 1011011 1110 100010 1010011 101111

Color Harmonies of #DC8714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8714

Black with #DC8714

Text Example


Text Example

White with #DC8714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8714; }

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

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

background-color css

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

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

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

border-color css

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

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

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