#DFA905

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

Shades of Gamboge #DFA905

Tints of Gamboge #DFA905

Color information

#DFA905 (or 0xDFA905) is unknown color: approx Gamboge. HEX triplet: DF, A9 and 05. RGB value is (223,169,5). Sum of RGB (Red+Green+Blue) = 223+169+5=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA905 is #2056FA. Grayscale: #A7A7A7. Windows color (decimal): -2119419 or 371167. OLE color: 371167.

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

Color convert

RGB2231695-
CMYK00.240.980.13
HSL45.14º95.61%44.71%-
HSV(B)45.14º97.76%87.45%-
XYZ44.6544.076.3-
YUV166.4536.89168.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.17%
GREEN value IS 169 (66.41% from 255) = 42.57%
BLUE value IS 5 (2.34% from 255) = 1.26%
R=56.17%
G=42.57%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223169500.240.980.1345.1495.6144.71
HexDFA9501862D2d602d
Octal3372515030142155514055
Binary1101111110101001101011000110001011011011011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA905; }

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

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

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

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

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

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

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

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