#DFAA0A

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

Shades of Gamboge #DFAA0A

Tints of Gamboge #DFAA0A

Color information

#DFAA0A (or 0xDFAA0A) is unknown color: approx Gamboge. HEX triplet: DF, AA and 0A. RGB value is (223,170,10). Sum of RGB (Red+Green+Blue) = 223+170+10=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA0A is #2055F5. Grayscale: #A8A8A8. Windows color (decimal): -2119158 or 699103. OLE color: 699103.

HSL color Cylindrical-coordinate representation of color #DFAA0A: hue angle of 45.07º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFAA0A is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB22317010-
CMYK00.240.960.13
HSL45.07º91.42%45.69%-
HSV(B)45.07º95.52%87.45%-
XYZ44.8644.466.5-
YUV167.6139.06167.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.33%
GREEN value IS 170 (66.80% from 255) = 42.18%
BLUE value IS 10 (4.30% from 255) = 2.48%
R=55.33%
G=42.18%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231701000.240.960.1345.0791.4245.69
HexDFAAA01860D2d5b2e
Octal33725212030140155513356
Binary11011111101010101010011000110000011011011011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA0A; }

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

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

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

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

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

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

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

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