Html Css Color HEX #DC8D04 Gamboge

📋 copy color: '#DC8D04'

red 220 ◦ green 141 ◦ blue 4

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

Shades of Gamboge #DC8D04

Tints of Gamboge #DC8D04

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.63%

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

R = 60.27%
G = 38.63%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC8D04 (or 0xDC8D04) is known color: Gamboge. HEX triplet: DC, 8D and 04. RGB value is (220,141,4). Sum of RGB (Red+Green+Blue) = 220+141+4=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8D04 is #2372FB. Grayscale: #959595. Windows color (decimal): -2323196 or 298460. OLE color: 298460.

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

Color convert

RGB 220 141 4 -
CMYK 0 0.36 0.98 0.14
HSL 38.06º 0.96% 0.44% -
HSV(B) 38.06º 0.98% 0.86% -
XYZ 39.06 34.27 4.67 -
YUV 149 46.17 178.64 -
System Red Green Blue C M Y K H S L
Decimal 220 141 4 0 0.36 0.98 0.14 38.06 0.96 0.44
Hex DC 8D 4 0 24 62 E 26 60 2C
Octal 334 215 4 0 44 142 16 46 140 54
Binary 11011100 10001101 100 0 100100 1100010 1110 100110 1100000 101100

Color Harmonies of #DC8D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D04

Black with #DC8D04

Text Example


Text Example

White with #DC8D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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