Html Css Color HEX #DFA004 Gamboge

📋 copy color: '#DFA004'

red 223 ◦ green 160 ◦ blue 4

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

Shades of Gamboge #DFA004

Tints of Gamboge #DFA004

RGB

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

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

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

R = 57.62%
G = 41.34%
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

#DFA004 (or 0xDFA004) is known color: Gamboge. HEX triplet: DF, A0 and 04. RGB value is (223,160,4). Sum of RGB (Red+Green+Blue) = 223+160+4=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA004 is #205FFB. Grayscale: #A1A1A1. Windows color (decimal): -2121724 or 303327. OLE color: 303327.

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

Color convert

RGB 223 160 4 -
CMYK 0 0.28 0.98 0.13
HSL 42.74º 0.96% 0.45% -
HSV(B) 42.74º 0.98% 0.87% -
XYZ 43.02 40.84 5.73 -
YUV 161.05 39.37 172.18 -
System Red Green Blue C M Y K H S L
Decimal 223 160 4 0 0.28 0.98 0.13 42.74 0.96 0.45
Hex DF A0 4 0 1C 62 D 2B 60 2D
Octal 337 240 4 0 34 142 15 53 140 55
Binary 11011111 10100000 100 0 11100 1100010 1101 101011 1100000 101101

Color Harmonies of #DFA004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA004

Black with #DFA004

Text Example


Text Example

White with #DFA004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA004; }

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

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

background-color css

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

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

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

border-color css

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

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

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