Html Css Color HEX #DFA017 Gamboge

📋 copy color: '#DFA017'

red 223 ◦ green 160 ◦ blue 23

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

Shades of Gamboge #DFA017

Tints of Gamboge #DFA017

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.41%

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

R = 54.93%
G = 39.41%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFA017 (or 0xDFA017) is known color: Gamboge. HEX triplet: DF, A0 and 17. RGB value is (223,160,23). Sum of RGB (Red+Green+Blue) = 223+160+23=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 23 (9.38% from 255 or 5.67% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA017 is #205FE8. Grayscale: #A3A3A3. Windows color (decimal): -2121705 or 1548511. OLE color: 1548511.

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

Color convert

RGB 223 160 23 -
CMYK 0 0.28 0.90 0.13
HSL 41.1º 0.81% 0.48% -
HSV(B) 41.1º 0.9% 0.87% -
XYZ 43.16 40.89 6.43 -
YUV 163.22 48.87 170.64 -
System Red Green Blue C M Y K H S L
Decimal 223 160 23 0 0.28 0.90 0.13 41.1 0.81 0.48
Hex DF A0 17 0 1C 5A D 29 51 30
Octal 337 240 27 0 34 132 15 51 121 60
Binary 11011111 10100000 10111 0 11100 1011010 1101 101001 1010001 110000

Color Harmonies of #DFA017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA017

Black with #DFA017

Text Example


Text Example

White with #DFA017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA017; }

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

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

background-color css

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

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

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

border-color css

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

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

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