Html Css Color HEX #DC9D04 Gamboge

📋 copy color: '#DC9D04'

red 220 ◦ green 157 ◦ blue 4

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

Shades of Gamboge #DC9D04

Tints of Gamboge #DC9D04

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.21%

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

R = 57.74%
G = 41.21%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC9D04 (or 0xDC9D04) is known color: Gamboge. HEX triplet: DC, 9D and 04. RGB value is (220,157,4). Sum of RGB (Red+Green+Blue) = 220+157+4=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 4 (1.95% from 255 or 1.05% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9D04 is #2362FB. Grayscale: #9F9F9F. Windows color (decimal): -2319100 or 302556. OLE color: 302556.

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

Color convert

RGB 220 157 4 -
CMYK 0 0.29 0.98 0.14
HSL 42.5º 0.96% 0.44% -
HSV(B) 42.5º 0.98% 0.86% -
XYZ 41.59 39.34 5.52 -
YUV 158.4 40.87 171.94 -
System Red Green Blue C M Y K H S L
Decimal 220 157 4 0 0.29 0.98 0.14 42.5 0.96 0.44
Hex DC 9D 4 0 1D 62 E 2A 60 2C
Octal 334 235 4 0 35 142 16 52 140 54
Binary 11011100 10011101 100 0 11101 1100010 1110 101010 1100000 101100

Color Harmonies of #DC9D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D04

Black with #DC9D04

Text Example


Text Example

White with #DC9D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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