Html Css Color HEX #DFA710 Gamboge

📋 copy color: '#DFA710'

red 223 ◦ green 167 ◦ blue 16

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

Shades of Gamboge #DFA710

Tints of Gamboge #DFA710

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.13%

 BLUE value IS 16 (6.64% from 255) = 3.94%

R = 54.93%
G = 41.13%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFA710 (or 0xDFA710) is known color: Gamboge. HEX triplet: DF, A7 and 10. RGB value is (223,167,16). Sum of RGB (Red+Green+Blue) = 223+167+16=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA710 is #2058EF. Grayscale: #A7A7A7. Windows color (decimal): -2119920 or 1091551. OLE color: 1091551.

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

Color convert

RGB 223 167 16 -
CMYK 0 0.25 0.93 0.13
HSL 43.77º 0.87% 0.47% -
HSV(B) 43.77º 0.93% 0.87% -
XYZ 44.34 43.36 6.52 -
YUV 166.53 43.05 168.28 -
System Red Green Blue C M Y K H S L
Decimal 223 167 16 0 0.25 0.93 0.13 43.77 0.87 0.47
Hex DF A7 10 0 19 5D D 2C 57 2F
Octal 337 247 20 0 31 135 15 54 127 57
Binary 11011111 10100111 10000 0 11001 1011101 1101 101100 1010111 101111

Color Harmonies of #DFA710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA710

Black with #DFA710

Text Example


Text Example

White with #DFA710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA710; }

 p { color: rgb(223,167,16); }

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

background-color css

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

 a { background-color: rgb(223,167,16); }

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

border-color css

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

 span { border-color: rgb(223,167,16); }

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