#DFA805

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

Shades of Gamboge #DFA805

Tints of Gamboge #DFA805

Color information

#DFA805 (or 0xDFA805) is unknown color: approx Gamboge. HEX triplet: DF, A8 and 05. RGB value is (223,168,5). Sum of RGB (Red+Green+Blue) = 223+168+5=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA805 is #2057FA. Grayscale: #A6A6A6. Windows color (decimal): -2119675 or 370911. OLE color: 370911.

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

Color convert

RGB2231685-
CMYK00.250.980.13
HSL44.86º95.61%44.71%-
HSV(B)44.86º97.76%87.45%-
XYZ44.4643.76.24-
YUV165.8637.22168.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.31%
GREEN value IS 168 (66.02% from 255) = 42.42%
BLUE value IS 5 (2.34% from 255) = 1.26%
R=56.31%
G=42.42%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223168500.250.980.1344.8695.6144.71
HexDFA8501962D2d602d
Octal3372505031142155514055
Binary1101111110101000101011001110001011011011011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA805; }

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

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

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

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

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

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

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

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