Html Css Color HEX #DC9A17 Gamboge

📋 copy color: '#DC9A17'

red 220 ◦ green 154 ◦ blue 23

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

Shades of Gamboge #DC9A17

Tints of Gamboge #DC9A17

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.79%

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

R = 55.42%
G = 38.79%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC9A17 (or 0xDC9A17) is known color: Gamboge. HEX triplet: DC, 9A and 17. RGB value is (220,154,23). Sum of RGB (Red+Green+Blue) = 220+154+23=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9A17 is #2365E8. Grayscale: #9F9F9F. Windows color (decimal): -2319849 or 1546972. OLE color: 1546972.

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

Color convert

RGB 220 154 23 -
CMYK 0 0.3 0.90 0.14
HSL 39.9º 0.81% 0.48% -
HSV(B) 39.9º 0.9% 0.86% -
XYZ 41.23 38.39 6.05 -
YUV 158.8 51.37 171.65 -
System Red Green Blue C M Y K H S L
Decimal 220 154 23 0 0.3 0.90 0.14 39.9 0.81 0.48
Hex DC 9A 17 0 1E 5A E 28 51 30
Octal 334 232 27 0 36 132 16 50 121 60
Binary 11011100 10011010 10111 0 11110 1011010 1110 101000 1010001 110000

Color Harmonies of #DC9A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A17

Black with #DC9A17

Text Example


Text Example

White with #DC9A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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