Html Css Color HEX #DC8904 Gamboge

📋 copy color: '#DC8904'

red 220 ◦ green 137 ◦ blue 4

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

Shades of Gamboge #DC8904

Tints of Gamboge #DC8904

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.95%

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 60.94%
G = 37.95%
B = 1.11%

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

#DC8904 (or 0xDC8904) is known color: Gamboge. HEX triplet: DC, 89 and 04. RGB value is (220,137,4). Sum of RGB (Red+Green+Blue) = 220+137+4=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8904 is #2376FB. Grayscale: #939393. Windows color (decimal): -2324220 or 297436. OLE color: 297436.

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

Color convert

RGB 220 137 4 -
CMYK 0 0.38 0.98 0.14
HSL 36.94º 0.96% 0.44% -
HSV(B) 36.94º 0.98% 0.86% -
XYZ 38.48 33.12 4.48 -
YUV 146.66 47.5 180.31 -
System Red Green Blue C M Y K H S L
Decimal 220 137 4 0 0.38 0.98 0.14 36.94 0.96 0.44
Hex DC 89 4 0 26 62 E 25 60 2C
Octal 334 211 4 0 46 142 16 45 140 54
Binary 11011100 10001001 100 0 100110 1100010 1110 100101 1100000 101100

Color Harmonies of #DC8904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8904

Black with #DC8904

Text Example


Text Example

White with #DC8904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8904; }

 p { color: rgb(220,137,4); }

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

background-color css

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

 a { background-color: rgb(220,137,4); }

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

border-color css

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

 span { border-color: rgb(220,137,4); }

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