Html Css Color HEX #DC8805 Gamboge

📋 copy color: '#DC8805'

red 220 ◦ green 136 ◦ blue 5

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

Shades of Gamboge #DC8805

Tints of Gamboge #DC8805

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 60.94%
G = 37.67%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC8805 (or 0xDC8805) is known color: Gamboge. HEX triplet: DC, 88 and 05. RGB value is (220,136,5). Sum of RGB (Red+Green+Blue) = 220+136+5=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8805 is #2377FA. Grayscale: #929292. Windows color (decimal): -2324475 or 362716. OLE color: 362716.

HSL color Cylindrical-coordinate representation of color #DC8805: hue angle of 36.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC8805 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 5 -
CMYK 0 0.38 0.98 0.14
HSL 36.56º 0.96% 0.44% -
HSV(B) 36.56º 0.98% 0.86% -
XYZ 38.35 32.83 4.46 -
YUV 146.18 48.33 180.65 -
System Red Green Blue C M Y K H S L
Decimal 220 136 5 0 0.38 0.98 0.14 36.56 0.96 0.44
Hex DC 88 5 0 26 62 E 25 60 2C
Octal 334 210 5 0 46 142 16 45 140 54
Binary 11011100 10001000 101 0 100110 1100010 1110 100101 1100000 101100

Color Harmonies of #DC8805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8805

Black with #DC8805

Text Example


Text Example

White with #DC8805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8805; }

 p { color: rgb(220,136,5); }

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

background-color css

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

 a { background-color: rgb(220,136,5); }

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

border-color css

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

 span { border-color: rgb(220,136,5); }

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