Html Css Color HEX #DFA019 Gamboge

📋 copy color: '#DFA019'

red 223 ◦ green 160 ◦ blue 25

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

Shades of Gamboge #DFA019

Tints of Gamboge #DFA019

RGB

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

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

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

R = 54.66%
G = 39.22%
B = 6.13%

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

#DFA019 (or 0xDFA019) is known color: Gamboge. HEX triplet: DF, A0 and 19. RGB value is (223,160,25). Sum of RGB (Red+Green+Blue) = 223+160+25=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA019 is #205FE6. Grayscale: #A4A4A4. Windows color (decimal): -2121703 or 1679583. OLE color: 1679583.

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

Color convert

RGB 223 160 25 -
CMYK 0 0.28 0.89 0.13
HSL 40.91º 0.8% 0.49% -
HSV(B) 40.91º 0.89% 0.87% -
XYZ 43.18 40.9 6.54 -
YUV 163.45 49.87 170.48 -
System Red Green Blue C M Y K H S L
Decimal 223 160 25 0 0.28 0.89 0.13 40.91 0.8 0.49
Hex DF A0 19 0 1C 59 D 29 50 31
Octal 337 240 31 0 34 131 15 51 120 61
Binary 11011111 10100000 11001 0 11100 1011001 1101 101001 1010000 110001

Color Harmonies of #DFA019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA019

Black with #DFA019

Text Example


Text Example

White with #DFA019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA019; }

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

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

background-color css

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

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

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

border-color css

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

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

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