Html Css Color HEX #DC9D05 Gamboge

📋 copy color: '#DC9D05'

red 220 ◦ green 157 ◦ blue 5

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

Shades of Gamboge #DC9D05

Tints of Gamboge #DC9D05

RGB

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

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

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

R = 57.59%
G = 41.1%
B = 1.31%

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

#DC9D05 (or 0xDC9D05) is known color: Gamboge. HEX triplet: DC, 9D and 05. RGB value is (220,157,5). Sum of RGB (Red+Green+Blue) = 220+157+5=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9D05 is #2362FA. Grayscale: #9F9F9F. Windows color (decimal): -2319099 or 368092. OLE color: 368092.

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

Color convert

RGB 220 157 5 -
CMYK 0 0.29 0.98 0.14
HSL 42.42º 0.96% 0.44% -
HSV(B) 42.42º 0.98% 0.86% -
XYZ 41.6 39.34 5.54 -
YUV 158.51 41.37 171.86 -
System Red Green Blue C M Y K H S L
Decimal 220 157 5 0 0.29 0.98 0.14 42.42 0.96 0.44
Hex DC 9D 5 0 1D 62 E 2A 60 2C
Octal 334 235 5 0 35 142 16 52 140 54
Binary 11011100 10011101 101 0 11101 1100010 1110 101010 1100000 101100

Color Harmonies of #DC9D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D05

Black with #DC9D05

Text Example


Text Example

White with #DC9D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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