Html Css Color HEX #DC9406 Gamboge

📋 copy color: '#DC9406'

red 220 ◦ green 148 ◦ blue 6

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

Shades of Gamboge #DC9406

Tints of Gamboge #DC9406

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.57%

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

R = 58.82%
G = 39.57%
B = 1.6%

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

#DC9406 (or 0xDC9406) is known color: Gamboge. HEX triplet: DC, 94 and 06. RGB value is (220,148,6). Sum of RGB (Red+Green+Blue) = 220+148+6=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9406 is #236BF9. Grayscale: #999999. Windows color (decimal): -2321402 or 431324. OLE color: 431324.

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

Color convert

RGB 220 148 6 -
CMYK 0 0.33 0.97 0.14
HSL 39.81º 0.95% 0.44% -
HSV(B) 39.81º 0.97% 0.86% -
XYZ 40.14 36.41 5.08 -
YUV 153.34 44.85 175.55 -
System Red Green Blue C M Y K H S L
Decimal 220 148 6 0 0.33 0.97 0.14 39.81 0.95 0.44
Hex DC 94 6 0 21 61 E 28 5F 2C
Octal 334 224 6 0 41 141 16 50 137 54
Binary 11011100 10010100 110 0 100001 1100001 1110 101000 1011111 101100

Color Harmonies of #DC9406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9406

Black with #DC9406

Text Example


Text Example

White with #DC9406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9406; }

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

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

background-color css

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

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

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

border-color css

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

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

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