Html Css Color HEX #DFA810 Gamboge

📋 copy color: '#DFA810'

red 223 ◦ green 168 ◦ blue 16

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

Shades of Gamboge #DFA810

Tints of Gamboge #DFA810

RGB

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

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

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

R = 54.79%
G = 41.28%
B = 3.93%

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

#DFA810 (or 0xDFA810) is known color: Gamboge. HEX triplet: DF, A8 and 10. RGB value is (223,168,16). Sum of RGB (Red+Green+Blue) = 223+168+16=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA810 is #2057EF. Grayscale: #A7A7A7. Windows color (decimal): -2119664 or 1091807. OLE color: 1091807.

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

Color convert

RGB 223 168 16 -
CMYK 0 0.25 0.93 0.13
HSL 44.06º 0.87% 0.47% -
HSV(B) 44.06º 0.93% 0.87% -
XYZ 44.53 43.73 6.58 -
YUV 167.12 42.72 167.86 -
System Red Green Blue C M Y K H S L
Decimal 223 168 16 0 0.25 0.93 0.13 44.06 0.87 0.47
Hex DF A8 10 0 19 5D D 2C 57 2F
Octal 337 250 20 0 31 135 15 54 127 57
Binary 11011111 10101000 10000 0 11001 1011101 1101 101100 1010111 101111

Color Harmonies of #DFA810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA810

Black with #DFA810

Text Example


Text Example

White with #DFA810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA810; }

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

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

background-color css

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

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

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

border-color css

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

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

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