Html Css Color HEX #DC9306 Gamboge

📋 copy color: '#DC9306'

red 220 ◦ green 147 ◦ blue 6

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

Shades of Gamboge #DC9306

Tints of Gamboge #DC9306

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.41%

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

R = 58.98%
G = 39.41%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC9306 (or 0xDC9306) is known color: Gamboge. HEX triplet: DC, 93 and 06. RGB value is (220,147,6). Sum of RGB (Red+Green+Blue) = 220+147+6=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 6 (2.73% from 255 or 1.61% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9306 is #236CF9. Grayscale: #999999. Windows color (decimal): -2321658 or 431068. OLE color: 431068.

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

Color convert

RGB 220 147 6 -
CMYK 0 0.33 0.97 0.14
HSL 39.53º 0.95% 0.44% -
HSV(B) 39.53º 0.97% 0.86% -
XYZ 39.98 36.1 5.03 -
YUV 152.75 45.18 175.96 -
System Red Green Blue C M Y K H S L
Decimal 220 147 6 0 0.33 0.97 0.14 39.53 0.95 0.44
Hex DC 93 6 0 21 61 E 28 5F 2C
Octal 334 223 6 0 41 141 16 50 137 54
Binary 11011100 10010011 110 0 100001 1100001 1110 101000 1011111 101100

Color Harmonies of #DC9306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9306

Black with #DC9306

Text Example


Text Example

White with #DC9306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9306; }

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

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

background-color css

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

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

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

border-color css

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

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

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