Html Css Color HEX #DFA310 Gamboge

📋 copy color: '#DFA310'

red 223 ◦ green 163 ◦ blue 16

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

Shades of Gamboge #DFA310

Tints of Gamboge #DFA310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.55%

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

R = 55.47%
G = 40.55%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFA310 (or 0xDFA310) is known color: Gamboge. HEX triplet: DF, A3 and 10. RGB value is (223,163,16). Sum of RGB (Red+Green+Blue) = 223+163+16=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 16 (6.64% from 255 or 3.98% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA310 is #205CEF. Grayscale: #A4A4A4. Windows color (decimal): -2120944 or 1090527. OLE color: 1090527.

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

Color convert

RGB 223 163 16 -
CMYK 0 0.27 0.93 0.13
HSL 42.61º 0.87% 0.47% -
HSV(B) 42.61º 0.93% 0.87% -
XYZ 43.62 41.92 6.28 -
YUV 164.18 44.38 169.95 -
System Red Green Blue C M Y K H S L
Decimal 223 163 16 0 0.27 0.93 0.13 42.61 0.87 0.47
Hex DF A3 10 0 1B 5D D 2B 57 2F
Octal 337 243 20 0 33 135 15 53 127 57
Binary 11011111 10100011 10000 0 11011 1011101 1101 101011 1010111 101111

Color Harmonies of #DFA310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA310

Black with #DFA310

Text Example


Text Example

White with #DFA310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA310; }

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

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

background-color css

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

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

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

border-color css

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

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

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