Html Css Color HEX #DC9F07 Gamboge

📋 copy color: '#DC9F07'

red 220 ◦ green 159 ◦ blue 7

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

Shades of Gamboge #DC9F07

Tints of Gamboge #DC9F07

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.19%

 BLUE value IS 7 (3.13% from 255) = 1.81%

R = 56.99%
G = 41.19%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC9F07 (or 0xDC9F07) is known color: Gamboge. HEX triplet: DC, 9F and 07. RGB value is (220,159,7). Sum of RGB (Red+Green+Blue) = 220+159+7=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 7 (3.12% from 255 or 1.81% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9F07 is #2360F8. Grayscale: #A0A0A0. Windows color (decimal): -2318585 or 499676. OLE color: 499676.

HSL color Cylindrical-coordinate representation of color #DC9F07: hue angle of 42.82º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC9F07 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 159 7 -
CMYK 0 0.28 0.97 0.14
HSL 42.82º 0.94% 0.45% -
HSV(B) 42.82º 0.97% 0.86% -
XYZ 41.95 40.03 5.72 -
YUV 159.91 41.71 170.86 -
System Red Green Blue C M Y K H S L
Decimal 220 159 7 0 0.28 0.97 0.14 42.82 0.94 0.45
Hex DC 9F 7 0 1C 61 E 2B 5E 2D
Octal 334 237 7 0 34 141 16 53 136 55
Binary 11011100 10011111 111 0 11100 1100001 1110 101011 1011110 101101

Color Harmonies of #DC9F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F07

Black with #DC9F07

Text Example


Text Example

White with #DC9F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F07; }

 p { color: rgb(220,159,7); }

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

background-color css

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

 a { background-color: rgb(220,159,7); }

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

border-color css

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

 span { border-color: rgb(220,159,7); }

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