Html Css Color HEX #DFA400 Gamboge

📋 copy color: '#DFA400'

red 223 ◦ green 164 ◦ blue 0

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

Shades of Gamboge #DFA400

Tints of Gamboge #DFA400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.62%
G = 42.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFA400 (or 0xDFA400) is known color: Gamboge. HEX triplet: DF, A4 and 00. RGB value is (223,164,0). Sum of RGB (Red+Green+Blue) = 223+164+0=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA400 is #205BFF. Grayscale: #A3A3A3. Windows color (decimal): -2120704 or 42207. OLE color: 42207.

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

Color convert

RGB 223 164 0 -
CMYK 0 0.26 1 0.13
HSL 44.13º 1% 0.44% -
HSV(B) 44.13º 1% 0.87% -
XYZ 43.71 42.24 5.85 -
YUV 162.95 36.05 170.84 -
System Red Green Blue C M Y K H S L
Decimal 223 164 0 0 0.26 1 0.13 44.13 1 0.44
Hex DF A4 0 0 1A 64 D 2C 64 2C
Octal 337 244 0 0 32 144 15 54 144 54
Binary 11011111 10100100 0 0 11010 1100100 1101 101100 1100100 101100

Color Harmonies of #DFA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA400

Black with #DFA400

Text Example


Text Example

White with #DFA400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA400; }

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

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

background-color css

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

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

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

border-color css

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

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

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