Html Css Color HEX #DC9606 Gamboge

📋 copy color: '#DC9606'

red 220 ◦ green 150 ◦ blue 6

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

Shades of Gamboge #DC9606

Tints of Gamboge #DC9606

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.89%

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 58.51%
G = 39.89%
B = 1.6%

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

#DC9606 (or 0xDC9606) is known color: Gamboge. HEX triplet: DC, 96 and 06. RGB value is (220,150,6). Sum of RGB (Red+Green+Blue) = 220+150+6=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9606 is #2369F9. Grayscale: #9B9B9B. Windows color (decimal): -2320890 or 431836. OLE color: 431836.

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

Color convert

RGB 220 150 6 -
CMYK 0 0.32 0.97 0.14
HSL 40.37º 0.95% 0.44% -
HSV(B) 40.37º 0.97% 0.86% -
XYZ 40.45 37.04 5.19 -
YUV 154.51 44.19 174.71 -
System Red Green Blue C M Y K H S L
Decimal 220 150 6 0 0.32 0.97 0.14 40.37 0.95 0.44
Hex DC 96 6 0 20 61 E 28 5F 2C
Octal 334 226 6 0 40 141 16 50 137 54
Binary 11011100 10010110 110 0 100000 1100001 1110 101000 1011111 101100

Color Harmonies of #DC9606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9606

Black with #DC9606

Text Example


Text Example

White with #DC9606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9606; }

 p { color: rgb(220,150,6); }

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

background-color css

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

 a { background-color: rgb(220,150,6); }

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

border-color css

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

 span { border-color: rgb(220,150,6); }

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