Html Css Color HEX #DFA204 Gamboge

📋 copy color: '#DFA204'

red 223 ◦ green 162 ◦ blue 4

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

Shades of Gamboge #DFA204

Tints of Gamboge #DFA204

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.65%

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

R = 57.33%
G = 41.65%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFA204 (or 0xDFA204) is known color: Gamboge. HEX triplet: DF, A2 and 04. RGB value is (223,162,4). Sum of RGB (Red+Green+Blue) = 223+162+4=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA204 is #205DFB. Grayscale: #A2A2A2. Windows color (decimal): -2121212 or 303839. OLE color: 303839.

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

Color convert

RGB 223 162 4 -
CMYK 0 0.27 0.98 0.13
HSL 43.29º 0.96% 0.45% -
HSV(B) 43.29º 0.98% 0.87% -
XYZ 43.37 41.54 5.85 -
YUV 162.23 38.71 171.35 -
System Red Green Blue C M Y K H S L
Decimal 223 162 4 0 0.27 0.98 0.13 43.29 0.96 0.45
Hex DF A2 4 0 1B 62 D 2B 60 2D
Octal 337 242 4 0 33 142 15 53 140 55
Binary 11011111 10100010 100 0 11011 1100010 1101 101011 1100000 101101

Color Harmonies of #DFA204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA204

Black with #DFA204

Text Example


Text Example

White with #DFA204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA204; }

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

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

background-color css

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

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

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

border-color css

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

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

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