Html Css Color HEX #DFA800 Gamboge

📋 copy color: '#DFA800'

red 223 ◦ green 168 ◦ blue 0

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

Shades of Gamboge #DFA800

Tints of Gamboge #DFA800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.97%

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

R = 57.03%
G = 42.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFA800 (or 0xDFA800) is known color: Gamboge. HEX triplet: DF, A8 and 00. RGB value is (223,168,0). Sum of RGB (Red+Green+Blue) = 223+168+0=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA800 is #2057FF. Grayscale: #A6A6A6. Windows color (decimal): -2119680 or 43231. OLE color: 43231.

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

Color convert

RGB 223 168 0 -
CMYK 0 0.25 1 0.13
HSL 45.2º 1% 0.44% -
HSV(B) 45.2º 1% 0.87% -
XYZ 44.43 43.69 6.09 -
YUV 165.29 34.72 169.16 -
System Red Green Blue C M Y K H S L
Decimal 223 168 0 0 0.25 1 0.13 45.2 1 0.44
Hex DF A8 0 0 19 64 D 2D 64 2C
Octal 337 250 0 0 31 144 15 55 144 54
Binary 11011111 10101000 0 0 11001 1100100 1101 101101 1100100 101100

Color Harmonies of #DFA800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA800

Black with #DFA800

Text Example


Text Example

White with #DFA800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA800; }

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

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

background-color css

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

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

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

border-color css

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

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

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