Html Css Color HEX #DFA510 Gamboge

📋 copy color: '#DFA510'

red 223 ◦ green 165 ◦ blue 16

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

Shades of Gamboge #DFA510

Tints of Gamboge #DFA510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.84%

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

R = 55.2%
G = 40.84%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFA510 (or 0xDFA510) is known color: Gamboge. HEX triplet: DF, A5 and 10. RGB value is (223,165,16). Sum of RGB (Red+Green+Blue) = 223+165+16=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA510 is #205AEF. Grayscale: #A6A6A6. Windows color (decimal): -2120432 or 1091039. OLE color: 1091039.

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

Color convert

RGB 223 165 16 -
CMYK 0 0.26 0.93 0.13
HSL 43.19º 0.87% 0.47% -
HSV(B) 43.19º 0.93% 0.87% -
XYZ 43.98 42.64 6.4 -
YUV 165.36 43.72 169.12 -
System Red Green Blue C M Y K H S L
Decimal 223 165 16 0 0.26 0.93 0.13 43.19 0.87 0.47
Hex DF A5 10 0 1A 5D D 2B 57 2F
Octal 337 245 20 0 32 135 15 53 127 57
Binary 11011111 10100101 10000 0 11010 1011101 1101 101011 1010111 101111

Color Harmonies of #DFA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA510

Black with #DFA510

Text Example


Text Example

White with #DFA510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA510; }

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

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

background-color css

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

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

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

border-color css

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

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

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