Html Css Color HEX #DC9507 Gamboge

📋 copy color: '#DC9507'

red 220 ◦ green 149 ◦ blue 7

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

Shades of Gamboge #DC9507

Tints of Gamboge #DC9507

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.63%

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

R = 58.51%
G = 39.63%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC9507 (or 0xDC9507) is known color: Gamboge. HEX triplet: DC, 95 and 07. RGB value is (220,149,7). Sum of RGB (Red+Green+Blue) = 220+149+7=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9507 is #236AF8. Grayscale: #9A9A9A. Windows color (decimal): -2321145 or 497116. OLE color: 497116.

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

Color convert

RGB 220 149 7 -
CMYK 0 0.32 0.97 0.14
HSL 40º 0.94% 0.45% -
HSV(B) 40º 0.97% 0.86% -
XYZ 40.3 36.73 5.17 -
YUV 154.04 45.02 175.05 -
System Red Green Blue C M Y K H S L
Decimal 220 149 7 0 0.32 0.97 0.14 40 0.94 0.45
Hex DC 95 7 0 20 61 E 28 5E 2D
Octal 334 225 7 0 40 141 16 50 136 55
Binary 11011100 10010101 111 0 100000 1100001 1110 101000 1011110 101101

Color Harmonies of #DC9507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9507

Black with #DC9507

Text Example


Text Example

White with #DC9507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9507; }

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

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

background-color css

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

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

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

border-color css

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

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

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