#DFAA10

Color #DFAA10 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #DFAA10

Tints of Gamboge #DFAA10

Color information

#DFAA10 (or 0xDFAA10) is unknown color: approx Gamboge. HEX triplet: DF, AA and 10. RGB value is (223,170,16). Sum of RGB (Red+Green+Blue) = 223+170+16=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA10 is #2055EF. Grayscale: #A8A8A8. Windows color (decimal): -2119152 or 1092319. OLE color: 1092319.

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

Color convert

RGB22317016-
CMYK00.240.930.13
HSL44.64º86.61%46.86%-
HSV(B)44.64º92.83%87.45%-
XYZ44.944.476.71-
YUV168.2942.06167.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 54.52%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 16 (6.64% from 255) = 3.91%
R=54.52%
G=41.56%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231701600.240.930.1344.6486.6146.86
HexDFAA100185DD2d572f
Octal33725220030135155512757
Binary110111111010101010000011000101110111011011011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA10; }

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

 H1.HeaderClassName
 {
   color: #DFAA10;
 }
 .AnyTagClassName
 {
   color: #DFAA10;
 }
</style>
background-color css

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

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

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

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

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

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