Html Css Color HEX #DFA118 Gamboge

📋 copy color: '#DFA118'

red 223 ◦ green 161 ◦ blue 24

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

Shades of Gamboge #DFA118

Tints of Gamboge #DFA118

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.46%

 BLUE value IS 24 (9.77% from 255) = 5.88%

R = 54.66%
G = 39.46%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DFA118 (or 0xDFA118) is known color: Gamboge. HEX triplet: DF, A1 and 18. RGB value is (223,161,24). Sum of RGB (Red+Green+Blue) = 223+161+24=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA118 is #205EE7. Grayscale: #A4A4A4. Windows color (decimal): -2121448 or 1614303. OLE color: 1614303.

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

Color convert

RGB 223 161 24 -
CMYK 0 0.28 0.89 0.13
HSL 41.31º 0.81% 0.48% -
HSV(B) 41.31º 0.89% 0.87% -
XYZ 43.34 41.24 6.54 -
YUV 163.92 49.04 170.14 -
System Red Green Blue C M Y K H S L
Decimal 223 161 24 0 0.28 0.89 0.13 41.31 0.81 0.48
Hex DF A1 18 0 1C 59 D 29 51 30
Octal 337 241 30 0 34 131 15 51 121 60
Binary 11011111 10100001 11000 0 11100 1011001 1101 101001 1010001 110000

Color Harmonies of #DFA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA118

Black with #DFA118

Text Example


Text Example

White with #DFA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA118; }

 p { color: rgb(223,161,24); }

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

background-color css

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

 a { background-color: rgb(223,161,24); }

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

border-color css

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

 span { border-color: rgb(223,161,24); }

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