#dfa907

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

Shades of Gamboge #DFA907

Tints of Gamboge #DFA907

Color information

#DFA907 (or 0xDFA907) is unknown color: approx Gamboge. HEX triplet: DF, A9 and 07. RGB value is (223,169,7). Sum of RGB (Red+Green+Blue) = 223+169+7=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA907 is #2056F8. Grayscale: #A7A7A7. Windows color (decimal): -2119417 or 502239. OLE color: 502239.

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

Color convert

RGB2231697-
CMYK00.240.970.13
HSL45º93.91%45.1%-
HSV(B)45º96.86%87.45%-
XYZ44.6644.086.36-
YUV166.6837.89168.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 55.89%
GREEN value IS 169 (66.41% from 255) = 42.36%
BLUE value IS 7 (3.12% from 255) = 1.75%
R=55.89%
G=42.36%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223169700.240.970.134593.9145.1
HexDFA9701861D2d5e2d
Octal3372517030141155513655
Binary1101111110101001111011000110000111011011011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfa907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfa907; }

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

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

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

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

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

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

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

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