Html Css Color HEX #DC9207 Gamboge

📋 copy color: '#DC9207'

red 220 ◦ green 146 ◦ blue 7

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

Shades of Gamboge #DC9207

Tints of Gamboge #DC9207

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.14%

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

R = 58.98%
G = 39.14%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC9207 (or 0xDC9207) is known color: Gamboge. HEX triplet: DC, 92 and 07. RGB value is (220,146,7). Sum of RGB (Red+Green+Blue) = 220+146+7=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9207 is #236DF8. Grayscale: #989898. Windows color (decimal): -2321913 or 496348. OLE color: 496348.

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

Color convert

RGB 220 146 7 -
CMYK 0 0.34 0.97 0.14
HSL 39.15º 0.94% 0.45% -
HSV(B) 39.15º 0.97% 0.86% -
XYZ 39.83 35.79 5.01 -
YUV 152.28 46.02 176.3 -
System Red Green Blue C M Y K H S L
Decimal 220 146 7 0 0.34 0.97 0.14 39.15 0.94 0.45
Hex DC 92 7 0 22 61 E 27 5E 2D
Octal 334 222 7 0 42 141 16 47 136 55
Binary 11011100 10010010 111 0 100010 1100001 1110 100111 1011110 101101

Color Harmonies of #DC9207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9207

Black with #DC9207

Text Example


Text Example

White with #DC9207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9207; }

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

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

background-color css

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

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

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

border-color css

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

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

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