Html Css Color HEX #DC9414 Gamboge

📋 copy color: '#DC9414'

red 220 ◦ green 148 ◦ blue 20

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

Shades of Gamboge #DC9414

Tints of Gamboge #DC9414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.15%

R = 56.7%
G = 38.14%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC9414 (or 0xDC9414) is known color: Gamboge. HEX triplet: DC, 94 and 14. RGB value is (220,148,20). Sum of RGB (Red+Green+Blue) = 220+148+20=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9414 is #236BEB. Grayscale: #9B9B9B. Windows color (decimal): -2321388 or 1348828. OLE color: 1348828.

HSL color Cylindrical-coordinate representation of color #DC9414: hue angle of 38.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC9414 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 148 20 -
CMYK 0 0.33 0.91 0.14
HSL 38.4º 0.83% 0.47% -
HSV(B) 38.4º 0.91% 0.86% -
XYZ 40.23 36.45 5.58 -
YUV 154.94 51.85 174.41 -
System Red Green Blue C M Y K H S L
Decimal 220 148 20 0 0.33 0.91 0.14 38.4 0.83 0.47
Hex DC 94 14 0 21 5B E 26 53 2F
Octal 334 224 24 0 41 133 16 46 123 57
Binary 11011100 10010100 10100 0 100001 1011011 1110 100110 1010011 101111

Color Harmonies of #DC9414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9414

Black with #DC9414

Text Example


Text Example

White with #DC9414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9414; }

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

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

background-color css

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

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

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

border-color css

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

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

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