Html Css Color HEX #DFA104 Gamboge

📋 copy color: '#DFA104'

red 223 ◦ green 161 ◦ blue 4

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

Shades of Gamboge #DFA104

Tints of Gamboge #DFA104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 57.47%
G = 41.49%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFA104 (or 0xDFA104) is known color: Gamboge. HEX triplet: DF, A1 and 04. RGB value is (223,161,4). Sum of RGB (Red+Green+Blue) = 223+161+4=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 4 (1.95% from 255 or 1.03% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA104 is #205EFB. Grayscale: #A2A2A2. Windows color (decimal): -2121468 or 303583. OLE color: 303583.

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

Color convert

RGB 223 161 4 -
CMYK 0 0.28 0.98 0.13
HSL 43.01º 0.96% 0.45% -
HSV(B) 43.01º 0.98% 0.87% -
XYZ 43.2 41.19 5.79 -
YUV 161.64 39.04 171.77 -
System Red Green Blue C M Y K H S L
Decimal 223 161 4 0 0.28 0.98 0.13 43.01 0.96 0.45
Hex DF A1 4 0 1C 62 D 2B 60 2D
Octal 337 241 4 0 34 142 15 53 140 55
Binary 11011111 10100001 100 0 11100 1100010 1101 101011 1100000 101101

Color Harmonies of #DFA104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA104

Black with #DFA104

Text Example


Text Example

White with #DFA104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA104; }

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

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

background-color css

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

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

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

border-color css

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

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

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