Html Css Color HEX #DC8707 Gamboge

📋 copy color: '#DC8707'

red 220 ◦ green 135 ◦ blue 7

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

Shades of Gamboge #DC8707

Tints of Gamboge #DC8707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.93%

R = 60.77%
G = 37.29%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC8707 (or 0xDC8707) is known color: Gamboge. HEX triplet: DC, 87 and 07. RGB value is (220,135,7). Sum of RGB (Red+Green+Blue) = 220+135+7=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8707 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8707 is #2378F8. Grayscale: #929292. Windows color (decimal): -2324729 or 493532. OLE color: 493532.

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

Color convert

RGB 220 135 7 -
CMYK 0 0.39 0.97 0.14
HSL 36.06º 0.94% 0.45% -
HSV(B) 36.06º 0.97% 0.86% -
XYZ 38.22 32.56 4.47 -
YUV 145.82 49.66 180.91 -
System Red Green Blue C M Y K H S L
Decimal 220 135 7 0 0.39 0.97 0.14 36.06 0.94 0.45
Hex DC 87 7 0 27 61 E 24 5E 2D
Octal 334 207 7 0 47 141 16 44 136 55
Binary 11011100 10000111 111 0 100111 1100001 1110 100100 1011110 101101

Color Harmonies of #DC8707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8707

Black with #DC8707

Text Example


Text Example

White with #DC8707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8707; }

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

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

background-color css

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

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

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

border-color css

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

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

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