Html Css Color HEX #DFA401 Gamboge

📋 copy color: '#DFA401'

red 223 ◦ green 164 ◦ blue 1

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

Shades of Gamboge #DFA401

Tints of Gamboge #DFA401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.27%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 57.47%
G = 42.27%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFA401 (or 0xDFA401) is known color: Gamboge. HEX triplet: DF, A4 and 01. RGB value is (223,164,1). Sum of RGB (Red+Green+Blue) = 223+164+1=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA401 is #205BFE. Grayscale: #A3A3A3. Windows color (decimal): -2120703 or 107743. OLE color: 107743.

HSL color Cylindrical-coordinate representation of color #DFA401: hue angle of 44.05º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFA401 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 164 1 -
CMYK 0 0.26 1.00 0.13
HSL 44.05º 0.99% 0.44% -
HSV(B) 44.05º 1% 0.87% -
XYZ 43.71 42.24 5.88 -
YUV 163.06 36.55 170.75 -
System Red Green Blue C M Y K H S L
Decimal 223 164 1 0 0.26 1.00 0.13 44.05 0.99 0.44
Hex DF A4 1 0 1A 64 D 2C 63 2C
Octal 337 244 1 0 32 144 15 54 143 54
Binary 11011111 10100100 1 0 11010 1100100 1101 101100 1100011 101100

Color Harmonies of #DFA401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA401

Black with #DFA401

Text Example


Text Example

White with #DFA401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA401; }

 p { color: rgb(223,164,1); }

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

background-color css

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

 a { background-color: rgb(223,164,1); }

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

border-color css

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

 span { border-color: rgb(223,164,1); }

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