Html Css Color HEX #DF9017 Gamboge

📋 copy color: '#DF9017'

red 223 ◦ green 144 ◦ blue 23

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

Shades of Gamboge #DF9017

Tints of Gamboge #DF9017

RGB

 RED value IS 223 (87.5% from 255) = 57.18%

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

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

R = 57.18%
G = 36.92%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF9017 (or 0xDF9017) is known color: Gamboge. HEX triplet: DF, 90 and 17. RGB value is (223,144,23). Sum of RGB (Red+Green+Blue) = 223+144+23=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9017 is #206FE8. Grayscale: #9A9A9A. Windows color (decimal): -2125801 or 1544415. OLE color: 1544415.

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

Color convert

RGB 223 144 23 -
CMYK 0 0.35 0.90 0.13
HSL 36.3º 0.81% 0.48% -
HSV(B) 36.3º 0.9% 0.87% -
XYZ 40.56 35.7 5.56 -
YUV 153.83 54.17 177.34 -
System Red Green Blue C M Y K H S L
Decimal 223 144 23 0 0.35 0.90 0.13 36.3 0.81 0.48
Hex DF 90 17 0 23 5A D 24 51 30
Octal 337 220 27 0 43 132 15 44 121 60
Binary 11011111 10010000 10111 0 100011 1011010 1101 100100 1010001 110000

Color Harmonies of #DF9017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9017

Black with #DF9017

Text Example


Text Example

White with #DF9017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9017; }

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

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

background-color css

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

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

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

border-color css

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

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

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