Html Css Color HEX #DFA910 Gamboge

📋 copy color: '#DFA910'

red 223 ◦ green 169 ◦ blue 16

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

Shades of Gamboge #DFA910

Tints of Gamboge #DFA910

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.42%

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

R = 54.66%
G = 41.42%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFA910 (or 0xDFA910) is known color: Gamboge. HEX triplet: DF, A9 and 10. RGB value is (223,169,16). Sum of RGB (Red+Green+Blue) = 223+169+16=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA910 is #2056EF. Grayscale: #A8A8A8. Windows color (decimal): -2119408 or 1092063. OLE color: 1092063.

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

Color convert

RGB 223 169 16 -
CMYK 0 0.24 0.93 0.13
HSL 44.35º 0.87% 0.47% -
HSV(B) 44.35º 0.93% 0.87% -
XYZ 44.71 44.1 6.65 -
YUV 167.7 42.39 167.44 -
System Red Green Blue C M Y K H S L
Decimal 223 169 16 0 0.24 0.93 0.13 44.35 0.87 0.47
Hex DF A9 10 0 18 5D D 2C 57 2F
Octal 337 251 20 0 30 135 15 54 127 57
Binary 11011111 10101001 10000 0 11000 1011101 1101 101100 1010111 101111

Color Harmonies of #DFA910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA910

Black with #DFA910

Text Example


Text Example

White with #DFA910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA910; }

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

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

background-color css

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

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

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

border-color css

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

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

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