Html Css Color HEX #DFA80E Gamboge

📋 copy color: '#DFA80E'

red 223 ◦ green 168 ◦ blue 14

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

Shades of Gamboge #DFA80E

Tints of Gamboge #DFA80E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.46%

R = 55.06%
G = 41.48%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFA80E (or 0xDFA80E) is known color: Gamboge. HEX triplet: DF, A8 and 0E. RGB value is (223,168,14). Sum of RGB (Red+Green+Blue) = 223+168+14=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA80E is #2057F1. Grayscale: #A7A7A7. Windows color (decimal): -2119666 or 960735. OLE color: 960735.

HSL color Cylindrical-coordinate representation of color #DFA80E: hue angle of 44.21º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFA80E is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 168 14 -
CMYK 0 0.25 0.94 0.13
HSL 44.21º 0.88% 0.46% -
HSV(B) 44.21º 0.94% 0.87% -
XYZ 44.51 43.72 6.51 -
YUV 166.89 41.72 168.02 -
System Red Green Blue C M Y K H S L
Decimal 223 168 14 0 0.25 0.94 0.13 44.21 0.88 0.46
Hex DF A8 E 0 19 5E D 2C 58 2E
Octal 337 250 16 0 31 136 15 54 130 56
Binary 11011111 10101000 1110 0 11001 1011110 1101 101100 1011000 101110

Color Harmonies of #DFA80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA80E

Black with #DFA80E

Text Example


Text Example

White with #DFA80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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