Html Css Color HEX #DC9017 Gamboge

📋 copy color: '#DC9017'

red 220 ◦ green 144 ◦ blue 23

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

Shades of Gamboge #DC9017

Tints of Gamboge #DC9017

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.21%

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

R = 56.85%
G = 37.21%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC9017 (or 0xDC9017) is known color: Gamboge. HEX triplet: DC, 90 and 17. RGB value is (220,144,23). Sum of RGB (Red+Green+Blue) = 220+144+23=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 23 (9.38% from 255 or 5.94% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9017 is #236FE8. Grayscale: #999999. Windows color (decimal): -2322409 or 1544412. OLE color: 1544412.

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

Color convert

RGB 220 144 23 -
CMYK 0 0.35 0.90 0.14
HSL 36.85º 0.81% 0.48% -
HSV(B) 36.85º 0.9% 0.86% -
XYZ 39.64 35.22 5.52 -
YUV 152.93 54.68 175.84 -
System Red Green Blue C M Y K H S L
Decimal 220 144 23 0 0.35 0.90 0.14 36.85 0.81 0.48
Hex DC 90 17 0 23 5A E 25 51 30
Octal 334 220 27 0 43 132 16 45 121 60
Binary 11011100 10010000 10111 0 100011 1011010 1110 100101 1010001 110000

Color Harmonies of #DC9017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9017

Black with #DC9017

Text Example


Text Example

White with #DC9017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9017; }

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

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

background-color css

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

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

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

border-color css

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

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

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