Html Css Color HEX #DC8916 Gamboge

📋 copy color: '#DC8916'

red 220 ◦ green 137 ◦ blue 22

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

Shades of Gamboge #DC8916

Tints of Gamboge #DC8916

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.15%

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

R = 58.05%
G = 36.15%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC8916 (or 0xDC8916) is known color: Gamboge. HEX triplet: DC, 89 and 16. RGB value is (220,137,22). Sum of RGB (Red+Green+Blue) = 220+137+22=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8916 is #2376E9. Grayscale: #959595. Windows color (decimal): -2324202 or 1477084. OLE color: 1477084.

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

Color convert

RGB 220 137 22 -
CMYK 0 0.38 0.9 0.14
HSL 34.85º 0.82% 0.47% -
HSV(B) 34.85º 0.9% 0.86% -
XYZ 38.61 33.16 5.13 -
YUV 148.71 56.5 178.85 -
System Red Green Blue C M Y K H S L
Decimal 220 137 22 0 0.38 0.9 0.14 34.85 0.82 0.47
Hex DC 89 16 0 26 5A E 23 52 2F
Octal 334 211 26 0 46 132 16 43 122 57
Binary 11011100 10001001 10110 0 100110 1011010 1110 100011 1010010 101111

Color Harmonies of #DC8916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8916

Black with #DC8916

Text Example


Text Example

White with #DC8916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8916; }

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

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

background-color css

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

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

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

border-color css

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

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

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