Html Css Color HEX #DFA119 Gamboge

📋 copy color: '#DFA119'

red 223 ◦ green 161 ◦ blue 25

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

Shades of Gamboge #DFA119

Tints of Gamboge #DFA119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.11%

R = 54.52%
G = 39.36%
B = 6.11%

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

#DFA119 (or 0xDFA119) is known color: Gamboge. HEX triplet: DF, A1 and 19. RGB value is (223,161,25). Sum of RGB (Red+Green+Blue) = 223+161+25=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA119 is #205EE6. Grayscale: #A4A4A4. Windows color (decimal): -2121447 or 1679839. OLE color: 1679839.

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

Color convert

RGB 223 161 25 -
CMYK 0 0.28 0.89 0.13
HSL 41.21º 0.8% 0.49% -
HSV(B) 41.21º 0.89% 0.87% -
XYZ 43.35 41.25 6.6 -
YUV 164.03 49.54 170.06 -
System Red Green Blue C M Y K H S L
Decimal 223 161 25 0 0.28 0.89 0.13 41.21 0.8 0.49
Hex DF A1 19 0 1C 59 D 29 50 31
Octal 337 241 31 0 34 131 15 51 120 61
Binary 11011111 10100001 11001 0 11100 1011001 1101 101001 1010000 110001

Color Harmonies of #DFA119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA119

Black with #DFA119

Text Example


Text Example

White with #DFA119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA119; }

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

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

background-color css

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

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

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

border-color css

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

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

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