Html Css Color HEX #DC9E17 Gamboge

📋 copy color: '#DC9E17'

red 220 ◦ green 158 ◦ blue 23

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

Shades of Gamboge #DC9E17

Tints of Gamboge #DC9E17

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.4%

 BLUE value IS 23 (9.38% from 255) = 5.74%

R = 54.86%
G = 39.4%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC9E17 (or 0xDC9E17) is known color: Gamboge. HEX triplet: DC, 9E and 17. RGB value is (220,158,23). Sum of RGB (Red+Green+Blue) = 220+158+23=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 23 (9.38% from 255 or 5.74% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9E17 is #2361E8. Grayscale: #A1A1A1. Windows color (decimal): -2318825 or 1547996. OLE color: 1547996.

HSL color Cylindrical-coordinate representation of color #DC9E17: hue angle of 41.12º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC9E17 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 158 23 -
CMYK 0 0.28 0.90 0.14
HSL 41.12º 0.81% 0.48% -
HSV(B) 41.12º 0.9% 0.86% -
XYZ 41.9 39.73 6.27 -
YUV 161.15 50.04 169.98 -
System Red Green Blue C M Y K H S L
Decimal 220 158 23 0 0.28 0.90 0.14 41.12 0.81 0.48
Hex DC 9E 17 0 1C 5A E 29 51 30
Octal 334 236 27 0 34 132 16 51 121 60
Binary 11011100 10011110 10111 0 11100 1011010 1110 101001 1010001 110000

Color Harmonies of #DC9E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E17

Black with #DC9E17

Text Example


Text Example

White with #DC9E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E17; }

 p { color: rgb(220,158,23); }

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

background-color css

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

 a { background-color: rgb(220,158,23); }

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

border-color css

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

 span { border-color: rgb(220,158,23); }

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