Html Css Color HEX #DC9416 Gamboge

📋 copy color: '#DC9416'

red 220 ◦ green 148 ◦ blue 22

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

Shades of Gamboge #DC9416

Tints of Gamboge #DC9416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.64%

R = 56.41%
G = 37.95%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC9416 (or 0xDC9416) is known color: Gamboge. HEX triplet: DC, 94 and 16. RGB value is (220,148,22). Sum of RGB (Red+Green+Blue) = 220+148+22=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9416 is #236BE9. Grayscale: #9B9B9B. Windows color (decimal): -2321386 or 1479900. OLE color: 1479900.

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

Color convert

RGB 220 148 22 -
CMYK 0 0.33 0.9 0.14
HSL 38.18º 0.82% 0.47% -
HSV(B) 38.18º 0.9% 0.86% -
XYZ 40.25 36.45 5.67 -
YUV 155.16 52.85 174.25 -
System Red Green Blue C M Y K H S L
Decimal 220 148 22 0 0.33 0.9 0.14 38.18 0.82 0.47
Hex DC 94 16 0 21 5A E 26 52 2F
Octal 334 224 26 0 41 132 16 46 122 57
Binary 11011100 10010100 10110 0 100001 1011010 1110 100110 1010010 101111

Color Harmonies of #DC9416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9416

Black with #DC9416

Text Example


Text Example

White with #DC9416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9416; }

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

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

background-color css

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

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

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

border-color css

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

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

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