Html Css Color HEX #DF9F17 Gamboge

📋 copy color: '#DF9F17'

red 223 ◦ green 159 ◦ blue 23

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

Shades of Gamboge #DF9F17

Tints of Gamboge #DF9F17

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.26%

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

R = 55.06%
G = 39.26%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF9F17 (or 0xDF9F17) is known color: Gamboge. HEX triplet: DF, 9F and 17. RGB value is (223,159,23). Sum of RGB (Red+Green+Blue) = 223+159+23=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9F17 is #2060E8. Grayscale: #A3A3A3. Windows color (decimal): -2121961 or 1548255. OLE color: 1548255.

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

Color convert

RGB 223 159 23 -
CMYK 0 0.29 0.90 0.13
HSL 40.8º 0.81% 0.48% -
HSV(B) 40.8º 0.9% 0.87% -
XYZ 42.98 40.55 6.37 -
YUV 162.63 49.2 171.06 -
System Red Green Blue C M Y K H S L
Decimal 223 159 23 0 0.29 0.90 0.13 40.8 0.81 0.48
Hex DF 9F 17 0 1D 5A D 29 51 30
Octal 337 237 27 0 35 132 15 51 121 60
Binary 11011111 10011111 10111 0 11101 1011010 1101 101001 1010001 110000

Color Harmonies of #DF9F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9F17

Black with #DF9F17

Text Example


Text Example

White with #DF9F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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